Skip to content

Commit

Permalink
fix: link color
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent d255cf9 commit 5491a98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/navbar-links.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"links": [
{
"to": "#",
"to": "/quick-start",
"label": "Quick Start",
"position": "left"
},
{
"to": "#",
"to": "/learn",
"label": "Learn",
"position": "left"
},
{
"to": "#",
"to": "/docs",
"label": "Docs",
"position": "left"
},
{
"to": "#",
"to": "/tools",
"label": "Tools",
"position": "left"
},
Expand Down

0 comments on commit 5491a98

Please sign in to comment.