Skip to content

Commit b1534e7

Browse files
committed
survey added to constants
1 parent 6e579ff commit b1534e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/utils/constants.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ export const NavbarLinks: LinkProps[] = [
7878
title: "Feedback Form",
7979
path: "/feedback",
8080
isActive: true
81+
},
82+
{
83+
name: " Survey",
84+
title: "Survey",
85+
path: "/survey",
86+
isActive: true
8187
}
8288
];
8389

0 commit comments

Comments
 (0)