mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +01:00 
			
		
		
		
	added the cookiebar
This commit is contained in:
		| @@ -3,6 +3,7 @@ import Helmet from "react-helmet"; | ||||
|  | ||||
| import { useSiteMetadata } from "@/hooks"; | ||||
|  | ||||
| import { CookieBar } from "../Cookiebar/CookieBar"; | ||||
| import * as styles from "./Layout.module.scss"; | ||||
|  | ||||
| interface Props { | ||||
| @@ -35,6 +36,7 @@ const Layout: React.FC<Props> = ({ | ||||
|         <meta name="twitter:description" content={description} /> | ||||
|         <meta name="twitter:image" content={metaImageUrl} /> | ||||
|       </Helmet> | ||||
|       <CookieBar /> | ||||
|       {children} | ||||
|     </div> | ||||
|   ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user