We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49f57d commit 3fef9b1Copy full SHA for 3fef9b1
src/hooks/useLinks.tsx
@@ -1,6 +1,9 @@
1
+import { useTranslation } from '../i18n/i18n'
2
import { NAV_CONFIG, SOCIAL_CONFIG } from '../links'
3
4
export const useLinks = () => {
5
+ useTranslation()
6
+
7
const NAV_LINKS = NAV_CONFIG.map(({ to, labelKey, icon }) => ({
8
to,
9
label: labelKey(),
0 commit comments