mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-06 09:28:09 +02:00
fixed cookie bar link and styling
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user