Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Rules.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const rules = [
];
---

<section id="rules" class="py-12 border-y border-slate-200">
<section id="rules" class="py-12 ">
<div class="max-w-6xl mx-auto px-6">
<SectionTitle id="rulesTitle" title="Rules and Regulations" />
<div class="rounded-2xl border border-slate-200 bg-white p-8 shadow-sm">
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down