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

@@ -13,7 +13,9 @@ export const CookieBar = () => {
buttonClasses={styles.button}
>
This website uses cookies to enhance the user experience.{" "}
<small>Click <Link to="/">here</Link> to learn more about cookies.</small>
<small>
Click <Link to="/pages/legal/cookies">here</Link> to learn more about cookies.
</small>
</CookieConsent>
);
};