Skip to content

Commit 6201d87

Browse files
authored
Add more info on how to update an article (#3579)
1 parent 4dcb4ef commit 6201d87

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

aksel.nav.no/website/components/website-modules/OutdatedAlert.tsx

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { HourglassBottomFilledIcon } from "@navikt/aksel-icons";
2-
import { BodyLong, Button, Heading } from "@navikt/ds-react";
2+
import { BodyLong, Button, Heading, Link } from "@navikt/ds-react";
33
import { useSanityData } from "@/hooks/useSanityData";
44

55
export default function OutdatedAlert() {
@@ -20,9 +20,10 @@ export default function OutdatedAlert() {
2020
</BodyLong>
2121
{ctx?.validUser && (
2222
<>
23-
<BodyLong className="mb-2">
24-
Du ser også dette fordi du kan redigere denne artikkelen. Har du
25-
lyst til å kontrollere innholdet nå?
23+
<BodyLong className="mb-2 mt-2">
24+
<Link href="https://aksel.nav.no/side/skriv-for-aksel#a5b79ddd59da">
25+
Hvordan oppdaterer man innhold i Sanity?
26+
</Link>
2627
</BodyLong>
2728
<Button
2829
as="a"
@@ -31,7 +32,7 @@ export default function OutdatedAlert() {
3132
size="small"
3233
variant="secondary-neutral"
3334
>
34-
Kontroller innholdet
35+
Har du lyst til å kontrollere innholdet nå?
3536
</Button>
3637
</>
3738
)}

0 commit comments

Comments
 (0)