diff --git a/index.html b/index.html index a1767f4..20dce0f 100644 --- a/index.html +++ b/index.html @@ -20,5 +20,17 @@ const craftedMsg = "Crafted with ❤️ by WDI Team for a better web."; + + + + diff --git a/src/App.css b/src/App.css index 260c17d..5962c79 100644 --- a/src/App.css +++ b/src/App.css @@ -183,6 +183,32 @@ background: #004118; } + + + +#google_translate_element { + /* display: none; Hide the default Google Translate dropdown */ + + position: fixed; + bottom: 0; + right: 0; + opacity: 0.1; +} +.goog-te-banner-frame { + display: none; +} + +.goog-te-banner-frame.skiptranslate { + display: none !important; +} +.goog-logo-link { + display: none !important; +} +.goog-te-gadget { + color: transparent !important; +} + + @keyframes text { 0% { color: #DE858E; diff --git a/src/Components/EmptySearchList.jsx b/src/Components/EmptySearchList.jsx index d707736..9ba4cbd 100644 --- a/src/Components/EmptySearchList.jsx +++ b/src/Components/EmptySearchList.jsx @@ -1,5 +1,6 @@ import { Box, Image, Text } from "@chakra-ui/react" -import EmptySearchListImage from "../assets/EmptySearchList.svg" +import EmptySearchListImage from "../assets/empty_state_empty_folder.svg" +// import EmptySearchListImage from "../assets/EmptySearchList.svg" const EmptySearchList = ({message}) => { return ( diff --git a/src/Components/HeaderMain.jsx b/src/Components/HeaderMain.jsx index f7337b5..d677587 100644 --- a/src/Components/HeaderMain.jsx +++ b/src/Components/HeaderMain.jsx @@ -65,6 +65,7 @@ const HeaderMain = ({ link, btnTitle, title, icon, logOutHandler, slideDirecttio > diff --git a/src/Layout/DefaultLayout.jsx b/src/Layout/DefaultLayout.jsx index 6f06f6c..3a58b11 100644 --- a/src/Layout/DefaultLayout.jsx +++ b/src/Layout/DefaultLayout.jsx @@ -375,6 +375,10 @@ const DashboardLayout = () => { )} + + + + )} diff --git a/src/Pages/Master/Sponser/Sponsers.jsx b/src/Pages/Master/Sponser/Sponsers.jsx index 6bd683b..cadd87f 100644 --- a/src/Pages/Master/Sponser/Sponsers.jsx +++ b/src/Pages/Master/Sponser/Sponsers.jsx @@ -110,11 +110,11 @@ const Sponser = () => { // /> item?.status ? ( - + Passed ) : ( - + Not passes ), diff --git a/src/Pages/NotFound.jsx b/src/Pages/NotFound.jsx index 8ccaf8d..c6916a9 100644 --- a/src/Pages/NotFound.jsx +++ b/src/Pages/NotFound.jsx @@ -1,5 +1,7 @@ -import { Box, Image } from "@chakra-ui/react" +import { Box, Image, Text } from "@chakra-ui/react" import error from "../assets/Error.svg" +// import robot from "../assets/404.png" +import robot from "../assets/robot.png" const NotFound = () => { return ( @@ -9,10 +11,10 @@ const NotFound = () => { justifyContent={'center'} alignItems={'center'} flexDirection={'column'} - gap={5} + gap={8} > - - {/* No Internet ! */} + + {/* The requested URL was not found on this server. */} ) } diff --git a/src/Pages/UnderConstruction.jsx b/src/Pages/UnderConstruction.jsx index 1feb120..128699f 100644 --- a/src/Pages/UnderConstruction.jsx +++ b/src/Pages/UnderConstruction.jsx @@ -1,23 +1,20 @@ import { Box, Image, Text } from '@chakra-ui/react' import React from 'react' -import noInternet from "../assets/Error.svg" +// import noInternet from "../assets/Error.svg" +import robot from "../assets/robot.png" const UnderConstruction = ({title}) => { return ( - - - {title} Comming soon... - + + {/* The requested URL was not found on this server. */} ) } diff --git a/src/assets/404.png b/src/assets/404.png new file mode 100644 index 0000000..34bfab5 Binary files /dev/null and b/src/assets/404.png differ diff --git a/src/assets/empty_state_empty_folder.svg b/src/assets/empty_state_empty_folder.svg new file mode 100644 index 0000000..db17326 --- /dev/null +++ b/src/assets/empty_state_empty_folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/robot.png b/src/assets/robot.png new file mode 100644 index 0000000..e3bdb6e Binary files /dev/null and b/src/assets/robot.png differ diff --git a/src/assets/robot2.png b/src/assets/robot2.png new file mode 100644 index 0000000..4213b85 Binary files /dev/null and b/src/assets/robot2.png differ