From 04538c92aa5c7b44289bb060aa0712dedb297f08 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Thu, 22 Jan 2026 18:06:32 +0530 Subject: [PATCH] removed border and changed the title --- src/components/Rules.astro | 2 +- src/layouts/Layout.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Rules.astro b/src/components/Rules.astro index 4386899..eb907ad 100644 --- a/src/components/Rules.astro +++ b/src/components/Rules.astro @@ -12,7 +12,7 @@ const rules = [ ]; --- -
+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 554e779..dd93657 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -5,7 +5,7 @@ import Navbar from "../components/Navbar.astro"; import Footer from "../components/Footer.astro"; const { - title = "FOSSEE OSHW Hackathon 2026", + title = "Open Source Hardware Hackathon 2026", navPosition = "sticky", headerOverlay = false, } = Astro.props;