Skip to content

Commit

Permalink
Add YouTube link to Social and Text widgets (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Dec 21, 2024
1 parent 3bc1347 commit 9717aeb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/socials/social-01.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const Social01 = ({ className }: { className?: string }) => (
>
<i className="fab fa-linkedin" />
</SocialLink>
<SocialLink
href="https://www.youtube.com/@vetswhocode"
label="youtube"
className="tw-px-2.5"
>
<i className="fab fa-youtube" />
</SocialLink>
</Social>
);

Expand Down
3 changes: 3 additions & 0 deletions src/components/widgets/text-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const TextWidget = ({ className, mode }: TProps) => {
<SocialLink href="https://www.linkedin.com/company/vets-who-code" label="linkedin">
<i className="fab fa-linkedin" />
</SocialLink>
<SocialLink href="https://www.youtube.com/@vetswhocode" label="youtube">
<i className="fab fa-youtube" />
</SocialLink>
</Social>
</div>
);
Expand Down

0 comments on commit 9717aeb

Please sign in to comment.