aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authormfoiani <mfoiani@mfoi.dev>2026-01-23 00:15:22 -0500
committermfoiani <mfoiani@mfoi.dev>2026-01-23 00:15:22 -0500
commit50209c9d677489c69653f2df5235875b3c4df0c8 (patch)
tree88b577246929a1bbced92085d985c649014fa8f0 /src/components
parent93b7571834819c877ab99d82cb16a7e307d4f66f (diff)
fix layout on about page, fill blog with upcoming, update so build ready
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Header.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index abb6dd0..87c7729 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -15,7 +15,6 @@ export default function Header() {
const navigation = [
{ name: "About", href: "/about" },
{ name: "Blog", href: "/blog" },
- { name: "Contact", href: "/contact" },
];
const [mobileMenuOpen, setMobileMenuOpen] = useState(false);
@@ -70,7 +69,7 @@ export default function Header() {
<span className="sr-only">Close menu</span>
<XMarkIcon aria-hidden="true" className="size-6" />
</button>
- <a href="#" className="-m-1.5 p-1.5">
+ <Link href="/" className="-m-1.5 p-1.5">
<span className="sr-only">Your Company</span>
<Image
alt="Sensible Scholars Logo"
@@ -79,7 +78,7 @@ export default function Header() {
height={36}
className="rounded-md"
/>
- </a>
+ </Link>
</div>
<div className="mt-6 flow-root">
<div className="-my-6 divide-y divide-white/10">