Skip to content

Commit 3d3dc27

Browse files
author
Alyssa Xia
committed
changing compclub to csesoc learn
1 parent 1913c92 commit 3d3dc27

File tree

1 file changed

+3
-3
lines changed
  • frontend/src/components/ResourcesAndContacts

1 file changed

+3
-3
lines changed

frontend/src/components/ResourcesAndContacts/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ const ResourcesAndContacts = () => {
7878
</a>
7979

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

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

9090
<a

0 commit comments

Comments
 (0)