Skip to content

Commit

Permalink
fix: YouTube link
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer committed May 15, 2024
1 parent 5046268 commit 30deb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type PageProps = {
const footerLinks = [
{ name: 'Home', url: '/' },
{ name: 'GitHub', url: 'https://github.com/giscafer', target: '_blank' },
{ name: 'YouTube', url: 'https://www.youtube.com/@BeAFreelancer', target: '_blank' },
{ name: 'YouTube', url: 'https://www.youtube.com/@LeekHuber', target: '_blank' },

{ name: 'Blog', url: '/blog' },
{ name: 'Twitter', url: 'https://twitter.com/nicky_lao', target: '_blank' },
Expand Down

0 comments on commit 30deb44

Please sign in to comment.