-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legger inn guidepanel som nevner at det er en tidlig versjon (#157)
* Legger inn guidepanel som nevner at det er en tidlig versjon * Fjern ubrukt CSS og legger inn litt luft
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
import { BodyLong, Box, Heading, Link, VStack } from "@navikt/ds-react"; | ||
import { BodyLong, GuidePanel, Heading, Link, VStack } from "@navikt/ds-react"; | ||
import styles from "@/app/page.module.css"; | ||
|
||
export function HotjarWrapper() { | ||
return ( | ||
<Box padding="10" className={[styles.box, styles.hotjarWrapper]}> | ||
<GuidePanel poster className={[styles.box, styles.hotjarWrapper]}> | ||
<VStack gap="2"> | ||
<Heading level="2" size="medium" id="feedback-panel-title"> | ||
Noe som mangler? | ||
</Heading> | ||
|
||
<BodyLong>Opplever du feil, eller fant du ikke det du ville registrere i CV-en?</BodyLong> | ||
<BodyLong className={styles.mb3}> | ||
Denne siden er en tidlig versjon som fortsatt er under arbeid. Opplever du feil eller fant du ikke | ||
det du ville registrere i CV-en? | ||
</BodyLong> | ||
|
||
<BodyLong> | ||
<Link href="https://surveys.hotjar.com/256c1d1c-9b49-4a18-9d7b-28c7e570a174"> | ||
Skriv en anonym tilbakemelding (åpner i en ny fane) | ||
</Link> | ||
</BodyLong> | ||
</VStack> | ||
</Box> | ||
</GuidePanel> | ||
); | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.