Skip to content

Commit 05530af

Browse files
committed
Merge branch 'CW2-10-redesign-resources-cards-to-incorporate-logos' of https://github.com/csesoc/csesoc-website-2023 into CW2-10-redesign-resources-cards-to-incorporate-logos
2 parents 50f116a + 6094fce commit 05530af

12 files changed

+8
-13
lines changed

.eslintrc.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
File renamed without changes.

frontend/src/components/ResourcesAndContacts/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ const ResourcesAndContacts = () => {
4040
);
4141
})}
4242

43+
<<<<<<< HEAD:frontend/src/components/ResourcesAndContacts/index.tsx
4344
{stage2.map((item) => {
45+
=======
46+
{stage2.map((item, index) => {
47+
>>>>>>> 6094fceb53e408022bf7a1eaec2e9b6c394e7b59:components/ResourcesAndContacts/index.tsx
4448
return (
4549
<a
4650
href={item.href}
@@ -58,7 +62,11 @@ const ResourcesAndContacts = () => {
5862
);
5963
})}
6064

65+
<<<<<<< HEAD:frontend/src/components/ResourcesAndContacts/index.tsx
6166
{stage3.map((item) => {
67+
=======
68+
{stage3.map((item, index) => {
69+
>>>>>>> 6094fceb53e408022bf7a1eaec2e9b6c394e7b59:components/ResourcesAndContacts/index.tsx
6270
return (
6371
<a
6472
href={item.href}

0 commit comments

Comments
 (0)