Skip to content

Commit e59cf86

Browse files
committed
docs: layout add showcase link
1 parent 508d3ae commit e59cf86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/layout.config.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export function baseOptions(locale: string): BaseLayoutProps {
2626
text: customTranslations[locale]['icons.title'],
2727
url: '/icons',
2828
},
29+
{
30+
text: customTranslations[locale]['showcase.title'],
31+
url: '/showcase',
32+
},
2933
{
3034
type: 'custom',
3135
children: (

0 commit comments

Comments
 (0)