File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import Spline from "@splinetool/react-spline" ;
2
2
3
3
const 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" /> ;
5
5
} ;
6
6
7
7
export default Background ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Link from "next/link";
3
3
4
4
const Navbar = ( ) => {
5
5
return (
6
- < nav className = "flex justify-between items-center" >
6
+ < nav className = "flex justify-between items-center relative z-10 " >
7
7
< Link href = "#landing" >
8
8
< Image src = "/assets/csesoc_logo.svg" alt = "CSESoc Logo" width = { 200 } height = { 200 } draggable = { false } />
9
9
< p className = "mt-3 text-xs" > C:\INTERNAL STRUCTURE\HOME</ p >
You can’t perform that action at this time.
0 commit comments