File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ export function Sponsors({
4848 </ Cell >
4949 ) ) }
5050 </ Row >
51+ < Cell >
52+ < Headline3 > Gold</ Headline3 >
53+ </ Cell >
5154 < Row >
52- < Cell >
53- < Headline3 > Gold</ Headline3 >
54- </ Cell >
5555 { gold . map ( sponsor => (
5656 < Cell columns = { 6 } desktopColumns = { 6 } style = { style } >
5757 { Banner ( toSponsor ( sponsor ) ) }
Original file line number Diff line number Diff line change @@ -26,9 +26,17 @@ export const subthread = {
2626 height : 200 ,
2727}
2828
29+ export const cybozu : Sponsor = {
30+ name : 'サイボウズ株式会社' ,
31+ key : 'cyboz' ,
32+ url : 'https://tech.cybozu.io/' ,
33+ banner : '/img/2025/cybozu.png' ,
34+ height : 120 ,
35+ }
36+
2937// スポンサーカテゴリ
3038export const platinum : Sponsor [ ] = [ subthread ]
31- export const gold : Sponsor [ ] = [ ]
39+ export const gold : Sponsor [ ] = [ cybozu ]
3240export const silver : Sponsor [ ] = [ ]
3341export const supporter : Sponsor [ ] = [ ]
3442export const sponsors = { platinum, gold, silver, supporter }
You can’t perform that action at this time.
0 commit comments