Skip to content

Commit 58a152e

Browse files
committed
refactor: simplify sidebar item text for overview section
1 parent afe5563 commit 58a152e

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
@@ -6,7 +6,7 @@ export function getSidebar() {
66
{
77
text: 'OVERVIEW',
88
items: [
9-
{ text: '💡 Welcome iExec', link: '/overview/welcome' },
9+
{ text: '💡 Welcome', link: '/overview/welcome' },
1010
{
1111
text: '👋 Hello World',
1212
link: '/overview/helloWorld',

0 commit comments

Comments
 (0)