Skip to content

Commit ae62d32

Browse files
committed
nav update
1 parent 734e9d4 commit ae62d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const navConfig: INavigationConfig = {
2525
{ title: "Card", href: `${componentsRoute}/card` },
2626
{ title: "Checkbox", href: `${componentsRoute}/checkbox` },
2727
{ title: "Dialog", href: `${componentsRoute}/dialog` },
28-
{ title: "Input", href: `${componentsRoute}/input` },
28+
{ title: "Input", href: `${componentsRoute}/input`, tag: "Updated" },
2929
{ title: "Menu", href: `${componentsRoute}/menu` },
3030
{ title: "Radio", href: `${componentsRoute}/radio` },
3131
{ title: "Select", href: `${componentsRoute}/select`, tag: "New" },

0 commit comments

Comments
 (0)