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
9 changes: 0 additions & 9 deletions src/app/elections/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ export default function Elections() {
<div className="container py-8 flex flex-col gap-8">
<div className="flex flex-col gap-4">
<BlockHeader title="Election Information" />
<a
href={`https://docs.google.com/document/d/1f4LfCH8aRxPPb0OgNE_2stsrRsJYH7hd/edit`}>
<Button
className="w-full"
variant="default"
size="lg">
Election Package
</Button>
</a>
<a
href={`https://github.com/umanitoba-cssa/constitution/blob/main/Constitution.md`}>
<Button
Expand Down
6 changes: 0 additions & 6 deletions src/data/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ interface IRoute {
}

export const Routes: IRoute[] = [
{
title: 'Elections 2026',
href: '/elections',
image: '/img/backgrounds/home.jpg',
showInNavbar: true,
},
{
title: 'Home',
href: '/',
Expand Down
Loading