We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1913c92 commit 3d3dc27Copy full SHA for 3d3dc27
frontend/src/components/ResourcesAndContacts/index.tsx
@@ -78,13 +78,13 @@ const ResourcesAndContacts = () => {
78
</a>
79
80
<a
81
- href="https://compclub.org/"
+ href="https://learn.csesoc.org.au/"
82
target="_blank"
83
className={`md:col-span-2 col-span-4 p-5 ${boxStyling}`}
84
>
85
- <h2 className="mt-1 text-3xl font-extrabold">CompClub</h2>
+ <h2 className="mt-1 text-3xl font-extrabold">CSESoc Learn</h2>
86
87
- <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>
88
89
90
0 commit comments