Navbar added + backgroung gradient
This commit is contained in:
+8
-3
@@ -1,7 +1,12 @@
|
||||
import { Route, Routes } from "react-router-dom";
|
||||
import Home from "./routes/Home";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<>
|
||||
<h1>Hello, World!</h1>
|
||||
</>
|
||||
<div className="font-baijam bg-gradient-to-br from-custom-bglight to-custom-bgdark min-h-screen text-white">
|
||||
<Routes>
|
||||
<Route path="/" element={<Home />} />
|
||||
</Routes>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user