Skip to content

Commit 4d693aa

Browse files
committed
🐞 fixed wrong path for accordion
1 parent 776c63e commit 4d693aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export const navigation: Array<NavGroup> = [
237237
links: [
238238
{
239239
title: 'Accordion',
240-
href: '/blocks/accordion',
240+
href: '/components/accordion',
241241
},
242242
{
243243
title: 'Button',

0 commit comments

Comments
 (0)