Skip to content

Commit df7b188

Browse files
committed
added link to blog page
1 parent cdc436c commit df7b188

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/utils/constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,10 @@ export const FooterLinks: LinkProps[] = [
8585
title: "Terms and Condition",
8686
path: "/terms",
8787
isActive: true
88+
},
89+
{
90+
title: "Blogs",
91+
path: "/blog",
92+
isActive: true
8893
}
8994
];

0 commit comments

Comments
 (0)