Skip to content

Commit a625efe

Browse files
committed
Merge branch 'feature/2025' into source
2 parents f0ecaaa + 4161137 commit a625efe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

public/img/2025/SmartHR_Logo.png

24.8 KB
Loading

src/resources/2025/sponsors.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ export const subthread = {
2626
height: 200,
2727
}
2828

29+
export const smarthr = {
30+
name: '株式会社SmartHR',
31+
key: 'smarthr',
32+
url: 'https://smarthr.co.jp/',
33+
banner: '/img/2025/SmartHR_Logo.png',
34+
height: 250,
35+
}
36+
2937
export const cybozu: Sponsor = {
3038
name: 'サイボウズ株式会社',
3139
key: 'cyboz',
@@ -60,7 +68,7 @@ export const eventHandler = {
6068
}
6169

6270
// スポンサーカテゴリ
63-
export const platinum: Sponsor[] = [subthread]
71+
export const platinum: Sponsor[] = [subthread,smarthr]
6472
export const gold: Sponsor[] = [cybozu,pyconjp2025]
6573
export const silver: Sponsor[] = [nextvision]
6674
export const supporter: Sponsor[] = [eventHandler]

0 commit comments

Comments
 (0)