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 frontend/src/pages/about/constitution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ConstitutionPage = () => {
return (
<Layout>
<TabTitle>
<title>Constitution | CseSoc UNSW</title>
<title>Constitution | CSESoc UNSW</title>
</TabTitle>
<PageTitle title="CONSTITUTION" />
<PageBody>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/about/election-guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ElectionGuidePage = () => {
return (
<Layout>
<TabTitle>
<title>Constitution | CseSoc UNSW</title>
<title>Constitution | CSESoc UNSW</title>
</TabTitle>
<PageTitle title="ELECTION GUIDE" />
<PageBody>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/about/execs-directors-subcoms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ExecsDirectorsSubcommitteesPage = () => {
return (
<Layout>
<TabTitle>
<title>Execs, Directors, Subcom | CseSoc UNSW</title>
<title>Execs, Directors, Subcom | CSESoc UNSW</title>
</TabTitle>
<PageTitle title="EXECS, DIRECTORS & SUBCOMMITTEES" />
<PageBody>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/about/faqs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const FaqsPage = () => {
return (
<Layout>
<TabTitle>
<title>FAQs | CseSoc UNSW</title>
<title>FAQs | CSESoc UNSW</title>
</TabTitle>
<PageTitle title="FREQUENTLY ASKED QUESTIONS" />
<PageBody>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function AboutPage() {
return (
<Layout>
<TabTitle>
<title>About Us | CseSoc UNSW</title>
<title>About Us | CSESoc UNSW</title>
</TabTitle>

<PageTitle title="ABOUT US" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/about/our-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const OurHistoryPage = () => {
return (
<Layout>
<TabTitle>
<title>Our History | CseSoc UNSW</title>
<title>Our History | CSESoc UNSW</title>
</TabTitle>

<PageTitle title="OUR HISTORY" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/contact-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function ContactUsPage() {
return (
<Layout>
<TabTitle>
<title>Contact Us | CseSoc UNSW</title>
<title>Contact Us | CSESoc UNSW</title>
</TabTitle>

<PageTitle title="CONTACT US" />
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function EventsPage() {
return (
<>
<TabTitle>
<title>Events | CseSoc UNSW</title>
<title>Events | CSESoc UNSW</title>
</TabTitle>

<section className="flex flex-col min-h-screen justify-between py-8 relative">
Expand All @@ -22,4 +22,4 @@ export default function EventsPage() {
</section>
</>
);
}
}
2 changes: 1 addition & 1 deletion frontend/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function HomePage() {
return (
<>
<TabTitle>
<title>CseSoc UNSW</title>
<title>CSESoc UNSW</title>
</TabTitle>

<section>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function ResourcesPage() {
return (
<Layout>
<TabTitle>
<title>Resources | CseSoc UNSW</title>
<title>Resources | CSESoc UNSW</title>
</TabTitle>

<PageTitle title="RESOURCES" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function SponsorsPage() {
return (
<Layout>
<TabTitle>
<title>Sponsers | CseSoc UNSW</title>
<title>Sponsers | CSESoc UNSW</title>
</TabTitle>

<div id="diamondRain" className="opacity-0">
Expand Down
Loading