Skip to content

Commit 2e64807

Browse files
committed
chore: Replace quote to fix broken LinkedIn link
1 parent bf7d98a commit 2e64807

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

packages/docs/next.config.mjs

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ const config = {
3232
hostname: 'avatars.githubusercontent.com',
3333
pathname: '/u/**'
3434
},
35-
{
36-
protocol: 'https',
37-
hostname: 'media.licdn.com',
38-
pathname: '/dms/image/**'
39-
},
4035
{
4136
protocol: 'https',
4237
hostname: 'i.redd.it',

packages/docs/src/app/(pages)/_landing/quotes/quotes-section.tsx

+5-9
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,13 @@ export function QuotesSection() {
3636
/>
3737
<Quote
3838
author={{
39-
name: 'Hruthik Reddy',
39+
name: 'Pontus Abrahamsson',
40+
handle: '@pontusab',
4041
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'
4243
}}
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"
5046
/>
5147
<Quote
5248
author={{

0 commit comments

Comments
 (0)