File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const headerStyle = {
5757
5858const MainButton = ( ) => (
5959 < Button
60- href = "# "
60+ href = "https://osh.connpass.com/event/355425/ "
6161 raised
6262 style = { {
6363 padding : '20px 40px' ,
Original file line number Diff line number Diff line change @@ -18,8 +18,16 @@ export const sampleSponsor: Sponsor = {
1818 height : 200 ,
1919}
2020
21+ export const subthread = {
22+ name : '株式会社サブスレッド' ,
23+ key : 'subthread' ,
24+ url : 'https://subthread.jp/?osh2025' ,
25+ banner : '/img/2025/subthread.png' ,
26+ height : 200 ,
27+ }
28+
2129// スポンサーカテゴリ
22- export const platinum : Sponsor [ ] = [ ]
30+ export const platinum : Sponsor [ ] = [ subthread ]
2331export const gold : Sponsor [ ] = [ ]
2432export const silver : Sponsor [ ] = [ ]
2533export const supporter : Sponsor [ ] = [ ]
You can’t perform that action at this time.
0 commit comments