Skip to content

Commit

Permalink
Move developers before blog (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier authored Oct 29, 2024
1 parent b71ac89 commit a0a85c2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions shared/navLinks/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,6 @@ export const links = [
},
],
},
{
label: messages.developers,
color: "yellow",
items: [
{
title: messages.documentationTitle,
description: messages.documentationDescription,
href: "/developers/documentation",
image: "/images/nav/dev-blowfish.svg",
},
{
title: messages.githubTitle,
description: messages.githubDescription,
href: "https://github.com/iron-fish/ironfish",
image: "/images/nav/dev-tv-fish.svg",
},
],
},
{
label: messages.community,
color: "green",
Expand Down Expand Up @@ -139,6 +121,24 @@ export const links = [
},
],
},
{
label: messages.developers,
color: "yellow",
items: [
{
title: messages.documentationTitle,
description: messages.documentationDescription,
href: "/developers/documentation",
image: "/images/nav/dev-blowfish.svg",
},
{
title: messages.githubTitle,
description: messages.githubDescription,
href: "https://github.com/iron-fish/ironfish",
image: "/images/nav/dev-tv-fish.svg",
},
],
},
{
label: messages.blogTitle,
href: "/learn/blog",
Expand Down

0 comments on commit a0a85c2

Please sign in to comment.