From 48522228b1e149d468d8c5725c11d8af99379241 Mon Sep 17 00:00:00 2001 From: tamalCodes Date: Thu, 12 Sep 2024 18:48:42 +0530 Subject: [PATCH] fix: winners --- src/App.jsx | 67 +--------- src/assets/data/HeaderContent.js | 7 ++ src/assets/data/NavbarContent.js | 9 +- src/components/private/marquee/Marquee.jsx | 7 +- src/components/private/winners/Winner.jsx | 95 ++++++++++++++ src/components/private/winners/Winner.scss | 137 +++++++++++++++++++++ src/pages/home/Home.jsx | 6 +- 7 files changed, 252 insertions(+), 76 deletions(-) create mode 100644 src/components/private/winners/Winner.jsx create mode 100644 src/components/private/winners/Winner.scss diff --git a/src/App.jsx b/src/App.jsx index 499c061..5863b92 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,19 +5,14 @@ import Loading from "./components/shared/loading/Loading"; import Notfound from "./pages/404/Notfound"; import Forward from "./pages/Forward"; import Brand from "./pages/brand/Brand"; -import Cloud from "./pages/cloud101/Cloud101"; +import Certificate from "./pages/certificate/Certificate"; import CodeofConduct from "./pages/coc/CodeofConduct"; -import Evangelist from "./pages/evangelist/Evangelist"; import Events from "./pages/events/Events"; -import Live from "./pages/live/Live"; import Home from "./pages/home/Home"; -import Surprise from "./pages/surprise/Surprise"; import Team from "./pages/team/Team"; import Telegram from "./pages/telegram/Telegram"; -import "./styles/Globals.scss"; -import Register from "./pages/registration/Register"; import Verify from "./pages/verify/Verify"; -import Certificate from "./pages/certificate/Certificate"; +import "./styles/Globals.scss"; const App = () => { return ( @@ -43,6 +38,7 @@ const App = () => { /> } /> + { /> } /> - - } - /> - - } - /> - - } - /> - - } - /> } /> } /> } /> } /> } /> - } /> } /> - } /> } /> - } /> - } /> - {/* } /> */} } /> - {window.location.pathname !== "/surprise" && - window.location.pathname !== "/register" && - window.location.pathname !== "/discord" &&