Skip to content

Commit eead97d

Browse files
committed
update paths for icons
1 parent f05f021 commit eead97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/ui/header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ const profileLinks = [
77
{
88
href: "https://github.com/Jacobdeanr",
99
label: "GitHub",
10-
svgPath: "Source_Skyboxes_NextJS/icons/github-mark-white.svg",
10+
svgPath: "/Source_Skyboxes_NextJS/icons/github-mark-white.svg",
1111
},
1212
{
1313
href: "https://discord.gg/grqAfezMVs",
1414
label: "Discord",
15-
svgPath: "Source_Skyboxes_NextJS/icons/discord-symbol-white.svg",
15+
svgPath: "/Source_Skyboxes_NextJS/icons/discord-symbol-white.svg",
1616
},
1717
{
1818
href: "https://steamcommunity.com/id/Jakobi_OBrien",
1919
label: "Steam",
20-
svgPath: "Source_Skyboxes_NextJS/icons/steam-logo.svg",
20+
svgPath: "/Source_Skyboxes_NextJS/icons/steam-logo.svg",
2121
},
2222
];
2323

0 commit comments

Comments
 (0)