Skip to content
Merged
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
8 changes: 4 additions & 4 deletions frontend/src/components/ResourcesAndContacts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ const ResourcesAndContacts = () => {
</a>

<a
href="https://compclub.org/"
href="https://learn.csesoc.org.au/"
target="_blank"
className={`md:col-span-2 col-span-4 p-5 ${boxStyling}`}
>
<h2 className="mt-1 text-3xl font-extrabold">CompClub</h2>
<h2 className="mt-1 text-3xl font-extrabold">CSESoc Learn</h2>

<p className="mt-7 text-lg mb-5">Promoting computing to high school students</p>
<p className="mt-7 text-lg mb-5">Your learning outside the classroom starts here</p>
</a>

<a
Expand All @@ -97,7 +97,7 @@ const ResourcesAndContacts = () => {
</a>

<a
href="https://media.csesoc.org.au/fyg-2023/"
href="https://media.csesoc.org.au/first-year-guide-2024/"
target="_blank"
className={`md:col-span-2 col-span-4 p-5 ${boxStyling}`}
>
Expand Down