Skip to content

Commit

Permalink
chore: add udir logo (#2500)
Browse files Browse the repository at this point in the history
logo is a bit small, but I have not changed any css
  • Loading branch information
Barsnes authored Sep 24, 2024
1 parent 9a14b6a commit e676d6c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 20 deletions.
4 changes: 4 additions & 0 deletions apps/storefront/components/Footer/Footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
height: 26px;
width: auto;
margin-right: var(--ds-spacing-2);

&.udir {
height: 32px;
}
}

.logos {
Expand Down
5 changes: 3 additions & 2 deletions apps/storefront/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,13 @@ const Footer = () => {
width={600}
src='/img/logos/mattilsynet.svg'
></Image>
{/* <Image
<Image
alt='Udir logo'
height={100}
width={600}
src='/img/logos/udir.svg'
></Image> */}
className={classes.udir}
></Image>
</div>
<NextLink
href='mailto:[email protected]'
Expand Down
65 changes: 47 additions & 18 deletions apps/storefront/public/img/logos/udir.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e676d6c

Please sign in to comment.