From 765f27f4f3faeb7f06614bb7014fcaae29d28b44 Mon Sep 17 00:00:00 2001 From: rift <117926989+Riftriot@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:20:13 -0600 Subject: [PATCH] footer --- src/pages/Home.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 090e0c0..3b8d6a4 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -18,7 +18,15 @@ export function Home() { Nebula -
+
+
+ Nebula © Nebula Services {new Date().getUTCFullYear()} +
+ +
+ GitHub +
+
setInputValue((e.target as HTMLInputElement).value)} + onChange={(e) => + setInputValue((e.target as HTMLInputElement).value) + } className={`font-roboto h-14 rounded-2xl border border-input-border-color bg-input p-2 text-center text-xl placeholder:text-input-text focus:outline-none ${ isFocused ? "w-full md:w-3/12" : "w-full md:w-80" } transition-all duration-300`}