We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25b7e1 commit c337349Copy full SHA for c337349
data/schedule.ts
@@ -4,6 +4,7 @@ import {
4
axopen,
5
bedrock,
6
CBTW,
7
+ esker,
8
fulll,
9
indy,
10
ippon,
@@ -88,6 +89,7 @@ export const schedule: Schedule[] = [
88
89
},
90
{
91
date: '02/11/2026',
92
+ sponsor: esker,
93
94
95
date: '03/11/2026',
data/sponsors.ts
@@ -95,3 +95,9 @@ export const ippon: Sponsor = {
logo: '/sponsors/ippon.svg',
96
url: 'https://fr.ippon.tech/',
97
};
98
+
99
+export const esker: Sponsor = {
100
+ name: 'Esker',
101
+ logo: '/sponsors/esker.svg',
102
+ url: 'https://www.esker.fr/',
103
+};
public/sponsors/esker.svg
0 commit comments