Skip to content

Commit 29a31a9

Browse files
authored
Develop (#48)
* Add IAE Lyon as a community partner and update contact details for ESGI in translations * Add IAE Lyon 3 as a community partner in KryptoTour
1 parent 2a7f09b commit 29a31a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/KryptoTour.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@ const KryptoTour = () => {
551551
{ img: '/krypto-tour/sponsors/lima.webp', url: 'https://limaprotection.com/fr', name: 'Lima Protection' },
552552
{ img: '/krypto-tour/sponsors/jse.svg', url: 'https://jse.capital/', name: 'JSE|Capital' },
553553
{ img: '/krypto-tour/sponsors/nodi.svg', url: 'https://nod-i.com/fr/', name: 'Nod.i' },
554-
{ img: '/krypto-tour/sponsors/supernova.webp', url: '', name: 'Supernova' }
554+
{ img: '/krypto-tour/sponsors/supernova.webp', url: '', name: 'Supernova' },
555+
{ img: '/krypto-tour/community-partner/iaelyon.webp', url: 'https://iae.univ-lyon3.fr/kryptosphere-iaelyon', name: 'IAE Lyon 3' }
555556
].map((sponsor, i) => (
556557
<a
557558
key={i}

0 commit comments

Comments
 (0)