From 3cf845d22d4840d4157274a3834f5a056b90ea95 Mon Sep 17 00:00:00 2001 From: BAH Date: Thu, 16 May 2024 16:22:46 +0200 Subject: [PATCH] Fix prettier --- .../(minCV)/_components/delingAvCV/DelingAvCV.jsx | 14 +++----------- src/app/page.module.css | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/app/(minCV)/_components/delingAvCV/DelingAvCV.jsx b/src/app/(minCV)/_components/delingAvCV/DelingAvCV.jsx index 421c23a1..9f1de200 100644 --- a/src/app/(minCV)/_components/delingAvCV/DelingAvCV.jsx +++ b/src/app/(minCV)/_components/delingAvCV/DelingAvCV.jsx @@ -1,7 +1,7 @@ import { BodyLong, Box, Heading, HStack, Link } from "@navikt/ds-react"; import styles from "../../../page.module.css"; -function StarsEUIcon () { +function StarsEUIcon() { return ( ); - } function EuresLogoIcon() { @@ -162,12 +161,7 @@ function EuresLogoIcon() { export default function DelingAvCV() { return (
- + @@ -199,9 +193,7 @@ export default function DelingAvCV() { Du kan lese mer om EURES eller endre status på deling ved å bruke lenken under. - - Les mer om deling med EURES - + Les mer om deling med EURES
); diff --git a/src/app/page.module.css b/src/app/page.module.css index 8f05d98c..7e53efdc 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -255,4 +255,4 @@ .box { width: 600px; margin-top: 4rem; -} \ No newline at end of file +}