fixed cookie bar link and styling

This commit is contained in:
2022-09-10 09:31:27 +02:00
parent 4bb3f931f0
commit 5277f19ca6
11 changed files with 311 additions and 315 deletions

View File

@@ -2,6 +2,7 @@
exports[`Layout renders correctly 1`] = `
<div>
test
<div
className="CookieConsent"
style={
@@ -19,7 +20,7 @@ exports[`Layout renders correctly 1`] = `
<small>
Click
<a
href="/"
href="/pages/legal/cookies"
>
here
</a>
@@ -40,6 +41,5 @@ exports[`Layout renders correctly 1`] = `
</button>
</div>
</div>
test
</div>
`;