We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c064f81 commit dbae8e7Copy full SHA for dbae8e7
1 file changed
src/app/page.tsx
@@ -44,10 +44,23 @@ export default function LandingPage() {
44
>
45
<FaYoutube size="1.4em" />
46
<u>
47
- <span>YouTube:</span>
+ <span>@tylerdane-com</span>
48
</u>
49
<span>
50
- <em>Mostly tech videos</em>
+ <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>
64
</span>
65
</LinkItem>
66
<LinkItem
0 commit comments