Skip to content

Commit de70e80

Browse files
committed
feat: add Wakiya Coffee as a new supporter
1 parent 076cfa0 commit de70e80

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
22.6 KB
Loading

src/resources/2025/sponsors.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const nextvision: Sponsor = {
5858
height: 120,
5959
}
6060

61+
// サポーター
6162
export const eventHandler = {
6263
name: '株式会社イベントハンドラ',
6364
key: 'eventHandler',
@@ -66,6 +67,14 @@ export const eventHandler = {
6667
height: 120,
6768
}
6869

70+
export const wakiyaCoffee = {
71+
name: 'ワキヤコーヒー',
72+
key: 'wakiyaCoffee',
73+
url: 'https://wakiya.coffee/',
74+
banner: '/img/2025/sponsors/wakiya_coffee.png',
75+
height: 120,
76+
}
77+
6978
// 個人スポンサー
7079
// 森 将記さん
7180
export const mori_masaki = {
@@ -76,11 +85,10 @@ export const mori_masaki = {
7685
height: 80,
7786
}
7887

79-
8088
// スポンサーカテゴリ
8189
export const platinum: Sponsor[] = [subthread, smarthr]
8290
export const gold: Sponsor[] = [cybozu, pyconjp2025]
8391
export const silver: Sponsor[] = [nextvision]
84-
export const supporter: Sponsor[] = [eventHandler]
92+
export const supporter: Sponsor[] = [eventHandler, wakiyaCoffee]
8593
export const personal: Sponsor[] = [mori_masaki]
8694
export const sponsors = { platinum, gold, silver, supporter, personal }

0 commit comments

Comments
 (0)