Skip to content

Commit 1c78f3e

Browse files
Add: svg folder and file for links in utils
1 parent 2c14dcd commit 1c78f3e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

utils/links.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export const linksNav = [
55
];
66

77
export const linksSocial = [
8-
{ text: "Github", href: "./svg/iconmonstr-github.svg" },
9-
{ text: "Twitter", href: "./svg/iconmonstr-twitter.svg" },
8+
{ text: "Github", href: "#", src: "/images/svg/iconmonstr-github.svg" },
9+
{ text: "Twitter", href: "#", src: "/images/svg/iconmonstr-twitter.svg" },
1010
];

0 commit comments

Comments
 (0)