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
78 changes: 0 additions & 78 deletions app/about/assu/page.tsx

This file was deleted.

238 changes: 0 additions & 238 deletions app/course-unions/unions/page.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Footer() {
className="hover:text-gray-300 transition-colors"
>
<p>
101 St.George Street <br /> Sidney Smith Hall, Room 1068
100 St.George Street <br /> Sidney Smith Hall, Room 1068
</p>
</a>
</div>
Expand Down Expand Up @@ -129,7 +129,7 @@ export default function Footer() {
rel="noopener noreferrer"
className="inline-block min-h-[44px] py-3 px-3 hover:text-gray-300 transition-colors text-lg leading-relaxed"
>
101 St.George Street <br /> Sidney Smith Hall, Room 1068
100 St.George Street <br /> Sidney Smith Hall, Room 1068
</a>
</div>
</address>
Expand Down
4 changes: 1 addition & 3 deletions components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,12 @@ export default function Header() {
};

const aboutItems = [
{ label: "About ASSU", href: "/about/assu" },
{ label: "ASSU Executives", href: "/about/executives" },
{ label: "ASSU Staff", href: "/about/staff" },
{ label: "Documents", href: "/services-and-resources/documents" },
];

const courseUnionsItems = [
{ label: "Unions", href: "/course-unions/unions" },
{ label: "Resources for Unions", href: "/course-unions/union-resources" },
];

Expand All @@ -123,7 +122,6 @@ export default function Header() {
label: "Free Academic Resources",
href: "/services-and-resources/resources",
},
{ label: "Documents", href: "/services-and-resources/documents" },
{ label: "Academic Handbook", href: "/services-and-resources/handbook" },
{ label: "Useful Links", href: "/services-and-resources/misc" },
];
Expand Down
Loading