Skip to content

Commit 5fcb875

Browse files
committed
fix translation in navbar
1 parent 7da9778 commit 5fcb875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/useNav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const useNav = ({ path }: { path: string }) => {
7171
to: "/desci/",
7272
},
7373
{
74-
text: "regenerative-finance",
74+
text: t("regenerative-finance"),
7575
to: "/refi/",
7676
},
7777
],

0 commit comments

Comments
 (0)