Skip to content

Commit 7ecbbec

Browse files
committed
docs: Fix emoji display in sidebar for Glossary link
- Replaced the placeholder character with the correct emoji for the 'Glossary' link in the sidebar, enhancing visual clarity.
1 parent 03624ef commit 7ecbbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export function getSidebar() {
602602
link: '/references/sdk',
603603
},
604604
{
605-
text: '📖 Glossary',
605+
text: '📖 Glossary',
606606
link: '/references/glossary',
607607
},
608608
],

0 commit comments

Comments
 (0)