Skip to content

Commit

Permalink
Oppdater thumbnail/preview bilde til artikkel
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Klem <[email protected]>
  • Loading branch information
thomasdufourd and klechr committed Sep 3, 2024
1 parent e8cdb61 commit e2e296e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Artikkel/Artikkel.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styles from "./Artikkel.module.scss";
import {BodyLong, Heading, Link} from "@navikt/ds-react";
import Image from "next/image";
import artikkelBildeLiten from "./artikkelBilde_liten.png"
import artikkelBilde from "./artikkelBilde.png"
import {ExternalLinkIcon} from '@navikt/aksel-icons';


Expand All @@ -22,7 +22,7 @@ export function Artikkel() {
<div className={styles.lenkeflisInnhold}>
<Image
className={styles.lenkeflisBilde}
src={artikkelBildeLiten}
src={artikkelBilde}
width={50}
height={50}
alt="illustrasjon"
Expand Down
Binary file added src/Artikkel/artikkelBilde.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/Artikkel/artikkelBilde_liten.png
Binary file not shown.

0 comments on commit e2e296e

Please sign in to comment.