|
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'; |
5 | 1 | import { useMemo } from 'react';
|
6 | 2 | 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'; |
7 | 7 |
|
8 | 8 | export interface LinkWithTitle extends Url {
|
9 | 9 | title: string;
|
@@ -86,7 +86,7 @@ const generateLinks = ({
|
86 | 86 | ),
|
87 | 87 | buildLinkWithTitle(links.beslutterUrl, 'Kvalitetssikring 14a'),
|
88 | 88 | buildLinkWithTitle(links.veilarbpersonUrl, 'Aktivitetsplan'),
|
89 |
| - buildLinkWithTitle(links.arbeidssokerUrl, 'Registrer arbeidssøker'), |
| 89 | + buildLinkWithTitle(links.arbeidssokerUrl, 'Arbeidssøkerregisteret'), |
90 | 90 | buildLinkWithTitle(
|
91 | 91 | links.tiltaksGjennomforingUrl,
|
92 | 92 | 'Tiltaksgjennomføring - avtaler',
|
|
0 commit comments