Skip to content

Commit

Permalink
Facebook and Instagram link added
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmith-dev committed Aug 21, 2024
1 parent ee7b4e6 commit f345940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/content/data/navData.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const navData = {
dropdown: [
{ title: "Dev.io", href: "https://dev.to/vortexlinux"},
{ title: "Discord", href: "https://discord.gg/MsF24qUA5y"},
{ title: "Facebook", href: "https://facebook.com"},
{ title: "Instagram", href: "https://instagram.com"},
{ title: "Facebook", href: "https://www.facebook.com/people/VortexLinux/61564619819936/"},
{ title: "Instagram", href: "https://www.instagram.com/vortexlinux/"},
{ title: "Twitter", href: "https://x.com/Vortex_Linux"},
{ title: "YouTube", href: "https://www.youtube.com/@VortexLinux"}
]
Expand Down
4 changes: 2 additions & 2 deletions src/content/data/social-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
export const socialLinks = [
{
name: 'Facebook',
url: 'https://facebook.com',
url: 'https://www.facebook.com/people/VortexLinux/61564619819936/',
srText: 'Go to Vortex Linux\'s Facebook',
svgPath: `/social-icons/facebook.svg`,
},
{
name: 'Instagram',
url: 'https://instagram.com',
url: 'https://www.instagram.com/vortexlinux/',
srText: 'Go to Vortex Linux\'s Instagram',
svgPath: `/social-icons/instagram.svg`,
},
Expand Down

0 comments on commit f345940

Please sign in to comment.