Skip to content

Commit 10aaed7

Browse files
committed
fix(nav): use correct twitter profile
1 parent b9e1df5 commit 10aaed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/src/Components/Navbar/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import NavLink from "../NavLink/NavLink";
1010
const links = [
1111
{
1212
text: "Twitter",
13-
href: "https://twitter.com/peakshift.com",
13+
href: "https://twitter.com/peakshift",
1414
},
1515
{
1616
text: "BOLT.FUN",

0 commit comments

Comments
 (0)