Skip to content

Commit

Permalink
Social Media Links Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmith-dev committed Aug 20, 2024
1 parent d61993c commit ee7b4e6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
11 changes: 11 additions & 0 deletions public/social-icons/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/content/data/navData.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ export const navData = {
title: "Community",
href: "/blog/get-involved",
dropdown: [
{ title: "Discord", href: "https://github.com/Vortex-Linux/"},
{ 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: "Twitter", href: "https://x.com"},
{ title: "Dev.io", href: "https://dev.io"}
{ title: "Twitter", href: "https://x.com/Vortex_Linux"},
{ title: "YouTube", href: "https://www.youtube.com/@VortexLinux"}
]
},
{
Expand Down
12 changes: 9 additions & 3 deletions src/content/data/social-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,27 @@ export const socialLinks = [
},
{
name: 'Instagram',
url: 'https://discord.gg/MsF24qUA5y',
url: 'https://instagram.com',
srText: 'Go to Vortex Linux\'s Instagram',
svgPath: `/social-icons/instagram.svg`,
},
{
name: 'X',
url: 'https://github.com/Vortex-Linux/',
url: 'https://x.com/Vortex_Linux',
srText: 'Go to Vortex Linux\'s X',
svgPath: `/social-icons/x.svg`,
},
{
name: 'Dev',
url: 'https://github.com/Vortex-Linux/',
url: 'https://dev.to/vortexlinux',
srText: 'Go to Vortex Linux\'s Dev.io',
svgPath: `/social-icons/dev-io.svg`,
},
{
name: 'YouTube',
url: 'https://www.youtube.com/@VortexLinux',
srText: 'Go to Vortex Linux\'s YouTube',
svgPath: `/social-icons/youtube.svg`,
}
// Add more social links as needed
];
Expand Down

0 comments on commit ee7b4e6

Please sign in to comment.