Skip to content

Commit 9294605

Browse files
committed
fix: reorder RLC Token link in sidebar for better visibility
1 parent 2d59016 commit 9294605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ export function getSidebar() {
3030
},
3131
],
3232
},
33-
{
34-
text: '🪙 RLC Token',
35-
link: '/overview/rlc',
36-
},
3733
{
3834
text: '🚀 Quick Start',
3935
link: '/overview/quick-start',
@@ -42,6 +38,10 @@ export function getSidebar() {
4238
text: '📋 Use Cases',
4339
link: '/overview/use-cases',
4440
},
41+
{
42+
text: '🪙 RLC Token',
43+
link: '/overview/rlc',
44+
},
4545
{
4646
text: '🤖 Develop with AI',
4747
link: '/overview/develop-with-ai',

0 commit comments

Comments
 (0)