Skip to content

Commit bed8632

Browse files
authored
Merge pull request #18 from csesoc/additional-resources
CW2-29 Create additional resource for CSESoc Learn
2 parents e63b0aa + 3d3dc27 commit bed8632

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

frontend/src/components/ResourcesAndContacts/index.tsx

Lines changed: 4 additions & 4 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
@@ -97,7 +97,7 @@ const ResourcesAndContacts = () => {
9797
</a>
9898

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

0 commit comments

Comments
 (0)