Skip to content

Commit 2d3d82c

Browse files
committed
Merge branch 'feature/2025' into source
2 parents 36e6591 + ec563b0 commit 2d3d82c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

public/img/2025/cybozu.png

20.5 KB
Loading

src/organisms/2025/Sponsors.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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))}

src/resources/2025/sponsors.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
// スポンサーカテゴリ
3038
export const platinum: Sponsor[] = [subthread]
31-
export const gold: Sponsor[] = []
39+
export const gold: Sponsor[] = [cybozu]
3240
export const silver: Sponsor[] = []
3341
export const supporter: Sponsor[] = []
3442
export const sponsors = { platinum, gold, silver, supporter }

0 commit comments

Comments
 (0)