Skip to content

Commit bde5eed

Browse files
committed
make nav interactable
1 parent f0d95f5 commit bde5eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Background.tsx

Lines changed: 1 addition & 1 deletion
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;

components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
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)