File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments