File tree 2 files changed +5
-14
lines changed
src/app/(pages)/_landing/quotes
2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ const config = {
32
32
hostname : 'avatars.githubusercontent.com' ,
33
33
pathname : '/u/**'
34
34
} ,
35
- {
36
- protocol : 'https' ,
37
- hostname : 'media.licdn.com' ,
38
- pathname : '/dms/image/**'
39
- } ,
40
35
{
41
36
protocol : 'https' ,
42
37
hostname : 'i.redd.it' ,
Original file line number Diff line number Diff line change @@ -36,17 +36,13 @@ export function QuotesSection() {
36
36
/>
37
37
< Quote
38
38
author = { {
39
- name : 'Hruthik Reddy' ,
39
+ name : 'Pontus Abrahamsson' ,
40
+ handle : '@pontusab' ,
40
41
avatar :
41
- 'https://media.licdn .com/dms/image/C5103AQGJX_VlGqUQ1g/profile-displayphoto-shrink_400_400/0/1538894718740?e=1710979200&v=beta&t=XykS6uVm4z2KsyDs6IfqVzl0_X7dV6YV2MuSpATOAnQ '
42
+ 'https://pbs.twimg .com/profile_images/1755611130368770048/JwLEqyeo_400x400.jpg '
42
43
} }
43
- text = {
44
- < >
45
- Loved your blog post on Shallow routing and the nuqs package!
46
- < br />
47
- You saved me a lot of time!
48
- </ >
49
- }
44
+ text = { < > We use nuqs pretty much everywhere 🖤</ > }
45
+ url = "https://twitter.com/pontusab/status/1774434057469780028"
50
46
/>
51
47
< Quote
52
48
author = { {
You can’t perform that action at this time.
0 commit comments