From 484cba5c73b61270c4827c63ee4a30c7c03838fd Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Fri, 24 Jun 2022 03:42:57 +0500 Subject: [PATCH] rating page desktop --- src/App.tsx | 2 + src/components/global/Footer.tsx | 4 +- src/components/global/Nav.tsx | 6 ++- src/images/firouzja.jpg | Bin 0 -> 109448 bytes src/images/hou.jpg | Bin 0 -> 120175 bytes src/images/magnus.jpg | Bin 0 -> 113301 bytes src/images/zhu.jpg | Bin 0 -> 125809 bytes src/pages/Rating.tsx | 67 +++++++++++++++++++++++++++++++ src/styles/_rating.scss | 41 +++++++++++++++++++ src/styles/style.scss | 1 + 10 files changed, 117 insertions(+), 4 deletions(-) create mode 100644 src/images/firouzja.jpg create mode 100644 src/images/hou.jpg create mode 100644 src/images/magnus.jpg create mode 100644 src/images/zhu.jpg create mode 100644 src/pages/Rating.tsx create mode 100644 src/styles/_rating.scss diff --git a/src/App.tsx b/src/App.tsx index 2e0977f..58d5e48 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ import Footer from "./components/global/Footer"; // Pages import Main from "./pages/Main"; import Events from "./pages/Events"; +import Rating from "./pages/Rating"; const App = () => { return ( @@ -20,6 +21,7 @@ const App = () => { } /> } /> + } />