diff --git a/src/components/header.astro b/src/components/header.astro index 8a085840..138973b4 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -5,7 +5,7 @@ import type { NavItem } from "~/types"; const { sticky } = Astro.props; const navItems: Array = [ - { title: "Previous edition", url: "https://2023.bugsbyte.org/" }, + { title: "Regulation", url: "/docs/regulation.pdf" }, { title: "FAQs", url: "/faqs" }, ]; @@ -148,4 +148,3 @@ const headerClass = sticky @apply block; } - diff --git a/src/components/registerForm.jsx b/src/components/registerForm.jsx index 922e9c0a..4acea692 100644 --- a/src/components/registerForm.jsx +++ b/src/components/registerForm.jsx @@ -127,7 +127,7 @@ export default function Form() {
- +