Skip to content

Commit 7dc3e09

Browse files
committed
Endre navn på lenke til arbeidssøkerregister
1 parent a7f18c3 commit 7dc3e09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/Links/useGenerateLinks.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { Environment, UrlFormat } from '../../utils/environmentUtils';
2-
import { buildLinks, Url } from '../../utils/urlUtils';
3-
import { useAppState } from '../../states/AppState';
4-
import StoreHandler from '../../store/StoreHandler';
51
import { useMemo } from 'react';
62
import { useShallow } from 'zustand/shallow';
3+
import { useAppState } from '../../states/AppState';
4+
import StoreHandler from '../../store/StoreHandler';
5+
import type { Environment, UrlFormat } from '../../utils/environmentUtils';
6+
import { type Url, buildLinks } from '../../utils/urlUtils';
77

88
export interface LinkWithTitle extends Url {
99
title: string;
@@ -86,7 +86,7 @@ const generateLinks = ({
8686
),
8787
buildLinkWithTitle(links.beslutterUrl, 'Kvalitetssikring 14a'),
8888
buildLinkWithTitle(links.veilarbpersonUrl, 'Aktivitetsplan'),
89-
buildLinkWithTitle(links.arbeidssokerUrl, 'Registrer arbeidssøker'),
89+
buildLinkWithTitle(links.arbeidssokerUrl, 'Arbeidssøkerregisteret'),
9090
buildLinkWithTitle(
9191
links.tiltaksGjennomforingUrl,
9292
'Tiltaksgjennomføring - avtaler',

0 commit comments

Comments
 (0)