From dfed98af2d6a07eb9cbf03ccb2c145a6a91375b2 Mon Sep 17 00:00:00 2001 From: periodicbrake Date: Sat, 20 Jun 2026 00:13:10 +0200 Subject: [PATCH] added contact page link --- src/components/header.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/header.tsx b/src/components/header.tsx index a1af6d0..98f7f8d 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -1,12 +1,14 @@ import "./header.css"; import Image from "next/image" +import Link from "next/link"; function Header() { return (
pfp

PERIODICBRAKE

-
+
+

Contact

); }