Skip to content

Commit

Permalink
👔 Add Instagram social icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Jan 12, 2024
1 parent 9a27ab8 commit 2d2bfe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/assets/social-elements/v2/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const socialElements = [
href: 'https://blog.like.co',
assetPath: '/social-elements/v2/blog.png',
},
{
key: 'instagram',
href: 'https://www.instagram.com/liker.land',
assetPath: '/social-elements/v2/instagram.png',
},
];

export const FooterSection = ({
Expand Down

0 comments on commit 2d2bfe3

Please sign in to comment.