Skip to content

Commit

Permalink
Add Youtube channel link to BlogLayout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
isyuricunha committed May 27, 2024
1 parent 41e84d7 commit 637135b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/components/BlogLayout/BlogLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {

import { GiBearFace } from 'react-icons/gi';

import { BsSubstack, BsSpotify } from 'react-icons/bs';
import { BsSubstack, BsSpotify, BsYoutube } from 'react-icons/bs';

import { SiGoogletranslate } from 'react-icons/si';

Expand Down Expand Up @@ -359,6 +359,19 @@ const BlogLayout = ({
}}
/>
</a>
<a
href={`https://www.youtube.com/@isyuricunha/videos`}
target="_blank"
rel="noopener noreferrer"
title="Youtube Channel"
>
<BsYoutube
size={24}
style={{
color: 'gray.900',
}}
/>
</a>
</HStack>
</Aside>

Expand Down

1 comment on commit 637135b

@vercel
Copy link

@vercel vercel bot commented on 637135b May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.