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`}