File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import Spline from "@splinetool/react-spline" ;
22
33const Background = ( ) => {
4- return < Spline className = "absolute" scene = "https://prod.spline.design/thPGkOvNXu8XjGlk/scene.splinecode" /> ;
4+ return < Spline className = "absolute " scene = "https://prod.spline.design/thPGkOvNXu8XjGlk/scene.splinecode" /> ;
55} ;
66
77export default Background ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Link from "next/link";
33
44const Navbar = ( ) => {
55 return (
6- < nav className = "flex justify-between items-center" >
6+ < nav className = "flex justify-between items-center relative z-10 " >
77 < Link href = "#landing" >
88 < Image src = "/assets/csesoc_logo.svg" alt = "CSESoc Logo" width = { 200 } height = { 200 } draggable = { false } />
99 < p className = "mt-3 text-xs" > C:\INTERNAL STRUCTURE\HOME</ p >
You can’t perform that action at this time.
0 commit comments