Skip to content

Commit dbae8e7

Browse files
committed
chore: adjust youtube
1 parent c064f81 commit dbae8e7

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

src/app/page.tsx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,23 @@ export default function LandingPage() {
4444
>
4545
<FaYoutube size="1.4em" />
4646
<u>
47-
<span>YouTube:</span>
47+
<span>@tylerdane-com</span>
4848
</u>
4949
<span>
50-
<em>Mostly tech videos</em>
50+
<em>Casual tech videos</em>
51+
</span>
52+
</LinkItem>
53+
<LinkItem
54+
href="https://www.youtube.com/@fullstack-zip"
55+
target="_blank"
56+
className="flex items-center space-x-2 text-warm-700 transition-colors hover:text-warm-900"
57+
>
58+
<FaYoutube size="1.4em" />
59+
<u>
60+
<span>@fullstack-zip</span>
61+
</u>
62+
<span>
63+
<em>Hardcore tech videos</em>
5164
</span>
5265
</LinkItem>
5366
<LinkItem

0 commit comments

Comments
 (0)