Skip to content

Commit 9717aeb

Browse files
Add YouTube link to Social and Text widgets (#670)
1 parent 3bc1347 commit 9717aeb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/components/socials/social-01.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ const Social01 = ({ className }: { className?: string }) => (
2323
>
2424
<i className="fab fa-linkedin" />
2525
</SocialLink>
26+
<SocialLink
27+
href="https://www.youtube.com/@vetswhocode"
28+
label="youtube"
29+
className="tw-px-2.5"
30+
>
31+
<i className="fab fa-youtube" />
32+
</SocialLink>
2633
</Social>
2734
);
2835

src/components/widgets/text-widget.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ const TextWidget = ({ className, mode }: TProps) => {
4141
<SocialLink href="https://www.linkedin.com/company/vets-who-code" label="linkedin">
4242
<i className="fab fa-linkedin" />
4343
</SocialLink>
44+
<SocialLink href="https://www.youtube.com/@vetswhocode" label="youtube">
45+
<i className="fab fa-youtube" />
46+
</SocialLink>
4447
</Social>
4548
</div>
4649
);

0 commit comments

Comments
 (0)