Skip to content

Commit 94bd4aa

Browse files
mathieumuremathieumure-disney
andauthoredJan 21, 2025··
fix(sponsors): change sponsor type for akawaka (#485)
Co-authored-by: Mathieu Mure <[email protected]>
1 parent 9e6b38c commit 94bd4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎data/lyonjs100-sponsors.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export const _365talents: Sponsor = {
2323
logo: '/sponsors/365Talent.svg',
2424
};
2525

26-
export const gold: Array<Sponsor> = [malt, fulll, kolecto];
26+
export const gold: Array<Sponsor> = [malt, fulll, kolecto, akawaka];
2727

28-
export const silver: Array<Sponsor> = [_365talents, zenika, bedrock, indy, akawaka, theodo];
28+
export const silver: Array<Sponsor> = [_365talents, zenika, bedrock, indy, theodo];
2929

3030
export const bronze = [cleverCloud, wanadev, feelinjob];

0 commit comments

Comments
 (0)
Please sign in to comment.