From ea35614fe4caa7bef9b9faa89a702629dd4c6591 Mon Sep 17 00:00:00 2001 From: rikhall1515 <30295873+rikhall1515@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:20:26 +0200 Subject: [PATCH 1/2] feat: add footer component --- components/footer/index.tsx | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 components/footer/index.tsx diff --git a/components/footer/index.tsx b/components/footer/index.tsx new file mode 100644 index 0000000..4c4582a --- /dev/null +++ b/components/footer/index.tsx @@ -0,0 +1,38 @@ +import { env } from "@/env/client"; + +export default function Footer() { + const year = new Date().getFullYear(); + return ( + <> + + > + ); +} From c252b3c8601d1582847860fe2a232955b53e9f07 Mon Sep 17 00:00:00 2001 From: rikhall1515 <30295873+rikhall1515@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:02:33 +0200 Subject: [PATCH 2/2] chore: change company details to terms --- components/footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/footer/index.tsx b/components/footer/index.tsx index 4c4582a..80a900a 100644 --- a/components/footer/index.tsx +++ b/components/footer/index.tsx @@ -27,7 +27,7 @@ export default function Footer() { Privacy Settings