File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11import { HashRouter as Router , Routes , Route } from "react-router-dom" ;
22import { ToastContainer } from "react-toastify" ;
33import routes from "@/routes/index" ;
4- import Navbar from '@/components/Navbar/index' ;
4+ import Navbar from "@/components/Navbar/index" ;
5+
6+
57
68const navLinks = [
79 { name : "About Us" , path : "/about-us" } ,
Original file line number Diff line number Diff line change 1414 font-family : "poppins" , "sans-serif" ;
1515}
1616
17- body {
17+ body {
1818 background-color : theme ("colors.secondary.light" );
1919}
2020
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ export default {
2222 text : {
2323 light : "#F7F7F7" ,
2424 dark : "#232323" ,
25- } ,
25+ } ,
2626 gradient : {
2727 light : "#383838" ,
2828 dark : "#222222 " ,
29- }
29+ } ,
3030 } ,
3131 screens : {
3232 xs : "0px" ,
@@ -37,7 +37,7 @@ export default {
3737 } ,
3838 fontFamily : {
3939 poppins : [ "Poppins" , "sans-serif" ] ,
40- gothic : [ "League Gothic" , "sans-serif" ]
40+ gothic : [ "League Gothic" , "sans-serif" ] ,
4141 } ,
4242 } ,
4343 } ,
You can’t perform that action at this time.
0 commit comments