We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05f021 commit eead97dCopy full SHA for eead97d
app/ui/header.tsx
@@ -7,17 +7,17 @@ const profileLinks = [
7
{
8
href: "https://github.com/Jacobdeanr",
9
label: "GitHub",
10
- svgPath: "Source_Skyboxes_NextJS/icons/github-mark-white.svg",
+ svgPath: "/Source_Skyboxes_NextJS/icons/github-mark-white.svg",
11
},
12
13
href: "https://discord.gg/grqAfezMVs",
14
label: "Discord",
15
- svgPath: "Source_Skyboxes_NextJS/icons/discord-symbol-white.svg",
+ svgPath: "/Source_Skyboxes_NextJS/icons/discord-symbol-white.svg",
16
17
18
href: "https://steamcommunity.com/id/Jakobi_OBrien",
19
label: "Steam",
20
- svgPath: "Source_Skyboxes_NextJS/icons/steam-logo.svg",
+ svgPath: "/Source_Skyboxes_NextJS/icons/steam-logo.svg",
21
22
];
23
0 commit comments