diff --git a/apps/storefront/components/Tokens/TokenList/TokenList.tsx b/apps/storefront/components/Tokens/TokenList/TokenList.tsx
index 168eb58536..34a083b6c4 100644
--- a/apps/storefront/components/Tokens/TokenList/TokenList.tsx
+++ b/apps/storefront/components/Tokens/TokenList/TokenList.tsx
@@ -225,18 +225,20 @@ const TokenList = ({
Brand: {capitalizeString(brand)}
- setBrand('digdir')}>
- Digdir
-
- setBrand('altinn')}>
- Altinn
-
- setBrand('tilsynet')}>
- Tilsynet
-
- setBrand('portal')}>
- Brreg
-
+
+ setBrand('digdir')}>
+ Digdir
+
+ setBrand('altinn')}>
+ Altinn
+
+ setBrand('tilsynet')}>
+ Tilsynet
+
+ setBrand('portal')}>
+ Brreg
+
+
)}
@@ -246,12 +248,14 @@ const TokenList = ({
Mode: {capitalizeString(mode)}
- setMode('light')}>
- Light
-
- setMode('dark')}>
- Dark
-
+
+ setMode('light')}>
+ Light
+
+ setMode('dark')}>
+ Dark
+
+
)}
diff --git a/apps/storefront/layouts/PageLayout/PageLayout.tsx b/apps/storefront/layouts/PageLayout/PageLayout.tsx
index 89ce5666d9..e9648c4ef8 100644
--- a/apps/storefront/layouts/PageLayout/PageLayout.tsx
+++ b/apps/storefront/layouts/PageLayout/PageLayout.tsx
@@ -36,7 +36,7 @@ const PageLayout = ({ content, data }: PageLayoutProps) => {
-
{data.author && {data.author}
}
+
{data.author && {data.author}}
-
{data.date && {data.date}
}