Skip to content

Commit a204b44

Browse files
Merge pull request #49 from Piyushbijarania/main
reorder navbar links and move docs to footer
2 parents 1427011 + bf3d52b commit a204b44

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

components/footer.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ export default function Footer() {
131131
<item.icon className="size-6" aria-hidden="true" />
132132
</Link>
133133
))}
134+
<Link
135+
href="https://docs.stability.nexus/"
136+
className="text-sm font-medium text-gray-500 hover:text-primary dark:text-gray-400 dark:hover:text-white transition pl-2"
137+
>
138+
Docs
139+
</Link>
134140
</div>
135141
</div>
136142
</footer>

components/header.tsx

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,21 @@ const links = [
1212
// to: "/blockchains",
1313
// label: "Blockchains",
1414
// },
15-
{
16-
to: "/applications",
17-
label: "Applications",
18-
},
1915
{
2016
to: "/research",
2117
label: "Research",
2218
},
2319
{
24-
to: "https://workshop.stability.nexus",
25-
label: "Workshop",
20+
to: "/applications",
21+
label: "Applications",
2622
},
2723
{
28-
to: "https://hackathon.stability.nexus",
29-
label: "Hackathon",
24+
to: "https://workshop.stability.nexus",
25+
label: "Workshop",
3026
},
3127
{
3228
to: "https://viewpoints.stability.nexus/",
33-
label: "Articles",
34-
},
35-
{
36-
to: "https://docs.stability.nexus/",
37-
label: "Docs",
29+
label: "Viewpoints",
3830
},
3931
// {
4032
// to: "https://docs.stability.nexus/about-us/the-stable-order",

0 commit comments

Comments
 (0)