Skip to content

Commit

Permalink
chore(storefront): remove link tag, Inter is already in globals.css (#…
Browse files Browse the repository at this point in the history
…901)

Co-authored-by: Øyvind Thune <[email protected]>
  • Loading branch information
Barsnes and Thunear authored Oct 6, 2023
1 parent 3d33ba7 commit 91ba440
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions storefront/components/Meta/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const Meta = ({ title, description }: MetaProps) => {
name='viewport'
content='width=device-width, initial-scale=1'
/>
<link
rel='stylesheet'
href='https://altinncdn.no/fonts/inter/inter.css'
/>
<link
rel='shortcut icon'
href='/favicon.ico'
Expand All @@ -32,7 +28,7 @@ const Meta = ({ title, description }: MetaProps) => {
);
};

// let's set a default title
// Let's set a default title
Meta.defaultProps = {
title: 'Felles Designsystem',
};
Expand Down

0 comments on commit 91ba440

Please sign in to comment.