Skip to content

Commit

Permalink
Add LinkedIn link to the Footer and remove X and Instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
HenestrosaDev committed Jun 18, 2024
1 parent 2f50a72 commit 7c4bd46
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 7c4bd46

Please sign in to comment.