File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,6 @@ const sponsorGold: Sponsor[] = [
33
33
name : "Apollo" ,
34
34
link : "https://www.apollographql.com" ,
35
35
} ,
36
- {
37
- icon : ( props : React . SVGProps < SVGElement > ) => (
38
- < Netflix { ...props } className = { clsx ( props . className ) } />
39
- ) ,
40
- name : "Netflix" ,
41
- link : "https://netflix.com" ,
42
- } ,
43
36
]
44
37
45
38
const sponsorSilver : Sponsor [ ] = [
@@ -77,6 +70,13 @@ const sponsorSilver: Sponsor[] = [
77
70
name : "Meta" ,
78
71
link : "https://about.facebook.com/meta/" ,
79
72
} ,
73
+ {
74
+ icon : ( props : React . SVGProps < SVGElement > ) => (
75
+ < Netflix { ...props } className = { clsx ( props . className ) } />
76
+ ) ,
77
+ name : "Netflix" ,
78
+ link : "https://netflix.com" ,
79
+ } ,
80
80
]
81
81
82
82
export interface SponsorsProps {
You can’t perform that action at this time.
0 commit comments