Skip to content

Commit 7345c1b

Browse files
committed
doc: update twitch handle
1 parent 8012899 commit 7345c1b

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

packages/docs/src/app/(pages)/(confs)/nextjs-conf-25/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const links: LinkTreeItemProps[] = [
6060
label: 'YouTube'
6161
},
6262
{
63-
href: 'https://www.twitch.tv/fortysevenfx',
63+
href: 'https://www.twitch.tv/francoisbest',
6464
icon: <SiTwitch className="size-5 text-purple-500" />,
6565
label: 'Twitch'
6666
},

packages/docs/src/app/(pages)/(confs)/react-advanced-25/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const links: LinkTreeItemProps[] = [
6060
label: 'YouTube'
6161
},
6262
{
63-
href: 'https://www.twitch.tv/fortysevenfx',
63+
href: 'https://www.twitch.tv/francoisbest',
6464
icon: <SiTwitch className="size-5 text-purple-500" />,
6565
label: 'Twitch'
6666
},

packages/docs/src/app/(pages)/(confs)/react-paris/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const links: LinkTreeItemProps[] = [
6767
label: 'YouTube'
6868
},
6969
{
70-
href: 'https://www.twitch.tv/fortysevenfx',
70+
href: 'https://www.twitch.tv/francoisbest',
7171
icon: <SiTwitch className="size-5 text-purple-500" />,
7272
label: 'Twitch'
7373
},

packages/docs/src/app/(pages)/_landing/page-footer.tsx

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { NuqsWordmark } from '@/src/components/logo'
22
import {
33
SiBluesky,
44
SiGithub,
5+
SiTwitch,
56
SiX,
67
SiYoutube
78
} from '@icons-pack/react-simple-icons'
@@ -47,18 +48,27 @@ export function PageFooter() {
4748
Documentation
4849
</Link>
4950
</li>
51+
<li>
52+
<Link href="/blog" className="hover:underline" prefetch={false}>
53+
Blog
54+
</Link>
55+
</li>
5056
<li>
5157
<Link
52-
href="/playground"
58+
href="/registry"
5359
className="hover:underline"
5460
prefetch={false}
5561
>
56-
Playground
62+
Shadcn Registry
5763
</Link>
5864
</li>
5965
<li>
60-
<Link href="/blog" className="hover:underline" prefetch={false}>
61-
Blog
66+
<Link
67+
href="/playground"
68+
className="hover:underline"
69+
prefetch={false}
70+
>
71+
Playground
6272
</Link>
6373
</li>
6474
<li>
@@ -111,6 +121,15 @@ export function PageFooter() {
111121
<span>YouTube</span>
112122
</a>
113123
</li>
124+
<li>
125+
<a
126+
href="https://www.twitch.tv/francoisbest"
127+
className="inline-flex items-center gap-1 hover:underline"
128+
>
129+
<SiTwitch role="presentation" className="mr-2 size-5" />
130+
<span>Twitch</span>
131+
</a>
132+
</li>
114133
</ul>
115134
</div>
116135
</div>

0 commit comments

Comments
 (0)