Skip to content

Commit dd3d33e

Browse files
authored
feat: add schedule sponsor (#530)
1 parent bc65500 commit dd3d33e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/schedule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Schedule } from '../modules/schedule/types';
2-
import { axopen, bedrock, CBTW, fulll, indy, leWagon, shodo, theodo, wildCodeSchool } from './sponsors';
2+
import { axopen, bedrock, CBTW, fulll, indy, leWagon, shodo, theodo, wildCodeSchool, zenika } from './sponsors';
33

44
export const schedule: Schedule[] = [
55
{
@@ -44,6 +44,7 @@ export const schedule: Schedule[] = [
4444
},
4545
{
4646
date: '05/14/2025',
47+
sponsor: zenika,
4748
},
4849
{
4950
date: '06/03/2025',

0 commit comments

Comments
 (0)