Skip to content

Commit be362e8

Browse files
authored
Merge pull request #1272 from logto-io/fleuraly-patch-2
fix: update sidebar labels for quick start section
2 parents 827012c + 7194f02 commit be362e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sidebar/quick-start.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ const quickStartSidebar: SidebarConfig = [
44
'quick-starts/README',
55
{
66
type: 'link',
7-
label: 'Language framework',
7+
label: 'User authentication',
88
href: '#',
99
className: 'sidebar-section',
1010
},
1111
{ type: 'autogenerated', dirName: 'quick-starts/framework' },
1212
{
1313
type: 'link',
14-
label: 'No framework and generic',
14+
label: 'Generic',
1515
href: '#',
1616
className: 'sidebar-section',
1717
},

0 commit comments

Comments
 (0)