Skip to content

Commit 6df65e1

Browse files
committed
make nav interactable
1 parent 6ad7061 commit 6df65e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: components/Background.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Spline from "@splinetool/react-spline";
22

33
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" />;
55
};
66

77
export default Background;

Diff for: components/Navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Link from "next/link";
33

44
const 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>

0 commit comments

Comments
 (0)