From e38ee14536750f86f319a230a8b2dd0aec222c4d Mon Sep 17 00:00:00 2001 From: rikhall1515 Date: Sun, 5 May 2024 23:29:02 +0200 Subject: [PATCH] refactor: add cookie button to footer --- components/footer/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/footer/index.tsx b/components/footer/index.tsx index b45dd6f..aaaa318 100644 --- a/components/footer/index.tsx +++ b/components/footer/index.tsx @@ -1,6 +1,8 @@ import ThemeToggle from "@/components/themeToggle"; import { env } from "@/env/client"; +import ButtonCookie from "./btnCookie"; + export default function Footer() { const year = new Date().getFullYear(); return ( @@ -22,7 +24,7 @@ export default function Footer() { Customer Support
  • - Privacy Settings +
  • Terms