Skip to content

feat: update regulation #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025
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
Binary file added public/docs/RegulamenteFinalBugsByte25.pdf
Binary file not shown.
Binary file removed public/docs/regulamento2025bugsbyte.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { sticky } = Astro.props;

const navItems: Array<NavItem> = [
// { title: "Survival Guide", url: "" },
{ title: "Regulation", url: "/docs/regulamento2025bugsbyte.pdf" },
{ title: "Regulation", url: "/docs/RegulamenteFinalBugsByte25.pdf" },
{ title: "FAQs", url: "/faqs" },
{ title: "Previous edition", url: "https://2024.bugsbyte.org/" },
{ title: "Team formation", url: "/teams" },
Expand Down
2 changes: 1 addition & 1 deletion src/components/registerForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default function Form() {
>
I agree with the{" "}
<a
href="/docs/regulamento25.pdf"
href="/docs/RegulamenteFinalBugsByte25.pdf"
className="text-primary hover:underline"
>
event regulations
Expand Down