From f58e7b20db7586f8f8c71b3611c19d76f151674d Mon Sep 17 00:00:00 2001 From: sam-shervin Date: Sun, 11 Aug 2024 09:20:39 +0530 Subject: [PATCH] immediate push due to logo alignmenmt --- public/swc.svg | 52 +++++++++++++++++++++++++++++++++++++ src/pages/main.tsx | 64 +++++++++++++++++++++++++++++++--------------- 2 files changed, 95 insertions(+), 21 deletions(-) create mode 100644 public/swc.svg diff --git a/public/swc.svg b/public/swc.svg new file mode 100644 index 0000000..5608ec8 --- /dev/null +++ b/public/swc.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/main.tsx b/src/pages/main.tsx index dd57b8d..86dff55 100644 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -4,45 +4,67 @@ import Timer from "@/components/timer/Timer"; const Main: React.FC = () => { return ( -
-
+
+
-
-
- logo - +
+
+
+ logo + +
+
+ + + +
); };