Skip to content

Commit cb9da6a

Browse files
committed
logo fix
1 parent 4f21d74 commit cb9da6a

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed
Lines changed: 3 additions & 0 deletions
Loading

frontend/public/data/resourceCards.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export const stage2: resourceCards[] = [
2727
id: 's2-1',
2828
href: 'https://structs.sh/',
2929
svg: '/assets/structs_logo.svg',
30-
alt: 'Structs',
31-
title: 'Structs',
32-
desc: 'An educational data structures and algorithms platform',
30+
alt: 'Structs.sh',
31+
title: 'Structs.sh',
32+
desc: 'An educational data structures and algorithms platform.',
3333
width: 70,
3434
height: 70
3535
},
@@ -68,13 +68,13 @@ export const stage2: resourceCards[] = [
6868
export const stage3: resourceCards[] = [
6969
{
7070
id: 's3-1',
71-
href: 'https://compclub.org/',
72-
svg: '/assets/compclub_logo.svg',
73-
alt: 'CompClub',
74-
title: 'CompClub',
75-
desc: 'Promoting computing to high school students',
76-
width: 60,
77-
height: 60
71+
href: 'https://learn.csesoc.org.au/',
72+
svg: '/assets/csesoclearn_logo.svg',
73+
alt: 'CSESoc Learn',
74+
title: 'CSESoc Learn',
75+
desc: 'Your learning outside the classroom starts here',
76+
width: 50,
77+
height: 50
7878
},
7979
{
8080
id: 's3-2',

0 commit comments

Comments
 (0)