Skip to content

Commit

Permalink
Merge pull request #26 from HenestrosaDev/dev
Browse files Browse the repository at this point in the history
Add LinkedIn link to the `Footer` and remove X and Instagram
  • Loading branch information
HenestrosaDev authored Jun 18, 2024
2 parents d45848d + 7c4bd46 commit 8bff300
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 33 deletions.
12 changes: 0 additions & 12 deletions public/images/icons/brand-instagram.svg

This file was deleted.

19 changes: 19 additions & 0 deletions public/images/icons/brand-linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions public/images/icons/brand-x.svg

This file was deleted.

11 changes: 3 additions & 8 deletions resources/js/Components/Common/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ const socials = [
iconName: "brand-github.svg",
},
{
title: "X profile",
link: "/#",
iconName: "brand-x.svg",
},
{
title: "Instagram",
link: "/#",
iconName: "brand-instagram.svg",
title: "LinkedIn",
link: "https://www.linkedin.com/in/henestrosadev/",
iconName: "brand-linkedin.svg",
},
{
title: "Mail",
Expand Down

0 comments on commit 8bff300

Please sign in to comment.