Skip to content

Commit c927bb9

Browse files
committed
Update header.tsx
1 parent fbeadb3 commit c927bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/[locale]/_partials/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Header = () => {
1818
const [isScrolled, setIsScrolled] = useState(false);
1919

2020
const topNav: Record<string, string> = {
21-
volunteer: 'https://authentik.services.dataforgood.fr/if/flow/default-authentication-flow/?next=%2F',
21+
volunteer: 'https://authentik.services.dataforgood.fr/if/flow/main-page-enrollment/?next=%2F',
2222
project: 'https://noco.services.dataforgood.fr/dashboard/#/nc/form/88489f59-98e8-4e80-8d7b-a8711fd8fb49',
2323
financier: usePathLocale('/donations'),
2424
};

0 commit comments

Comments
 (0)