Skip to content

Commit

Permalink
fix: move contact us on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed May 6, 2024
1 parent 2ff593d commit 99ae629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ export const headerLinks: HeaderLink[] = [
label: "About Us",
href: "/about",
},
{
label: "Contact Us",
href: "/contact",
},
{
label: "Wiki",
href: "https://wiki.tuhuratech.org.nz",
Expand All @@ -237,6 +233,10 @@ export const headerLinks: HeaderLink[] = [
label: "Donate",
href: "https://givealittle.co.nz/org/tuhura-tech",
},
{
label: "Contact Us",
href: "/contact",
},
];

export const socials: IconLink[] = [
Expand Down

0 comments on commit 99ae629

Please sign in to comment.