Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornarne committed May 16, 2024
1 parent 557fd2d commit 3cf845d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions src/app/(minCV)/_components/delingAvCV/DelingAvCV.jsx
Original file line number Diff line number Diff line change
@@ -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 (
<svg
style={{ marginTop: "-4.5rem", marginBottom: "4rem" }}
Expand All @@ -20,7 +20,6 @@ function StarsEUIcon () {
/>
</svg>
);

}

function EuresLogoIcon() {
Expand Down Expand Up @@ -162,12 +161,7 @@ function EuresLogoIcon() {
export default function DelingAvCV() {
return (
<div>
<Box
id="1"
background="surface-default"
padding="10"
className={styles.box}
>
<Box id="1" background="surface-default" padding="10" className={styles.box}>
<HStack justify="center">
<StarsEUIcon />
</HStack>
Expand Down Expand Up @@ -199,9 +193,7 @@ export default function DelingAvCV() {
<BodyLong spacing>
Du kan lese mer om EURES eller endre status på deling ved å bruke lenken under.
</BodyLong>
<Link style={{ marginBottom: "4rem" }}>
Les mer om deling med EURES
</Link>
<Link style={{ marginBottom: "4rem" }}>Les mer om deling med EURES</Link>
</Box>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@
.box {
width: 600px;
margin-top: 4rem;
}
}

0 comments on commit 3cf845d

Please sign in to comment.