Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading