Skip to content

Commit f417827

Browse files
authored
Update index.ts
1 parent 7c41826 commit f417827

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

data/sponsors/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1+
// /data/sponsors/index.ts
2+
13
export type SponsorLink = { label: string; href: string }
4+
25
export type Sponsor = {
36
id: string
47
name: string
58
logo: string
69
description: string
710
website?: string
811
links?: SponsorLink[]
9-
tier?: 'Partner' | 'Platinum' | 'Gold' | 'Silver' | 'Community' | string
12+
tier?: 'Partner' | 'Platinum' | 'Gold' | 'Silver' | 'Bronze' | 'Community' | 'Infra' | string
1013
}
1114

1215
export const SPONSORS: Sponsor[] = [
1316
{
1417
id: 'spectrum',
1518
name: 'Spectrum',
1619
tier: 'Partner',
17-
logo:
18-
'https://spectrumconstanta.ro/wp-content/uploads/2023/05/LOGO-SITE-4-980x290.png',
20+
logo: 'https://spectrumconstanta.ro/wp-content/uploads/2023/05/LOGO-SITE-4-980x290.png',
1921
description:
2022
'Spectrum Constanța is a modern educational institution focused on performance, respect, and innovation. It combines the tradition of Romanian education with European values, preparing responsible, creative, and competitive students ready for future careers.',
2123
website: 'https://spectrumconstanta.ro/',
@@ -52,6 +54,7 @@ export const SPONSORS: Sponsor[] = [
5254
{ label: 'Discord', href: 'https://discord.gg/caido-843915806748180492' },
5355
],
5456
},
57+
5558
{
5659
id: 'deadoverflow',
5760
name: 'DeadOverflow',

0 commit comments

Comments
 (0)