Skip to content

Commit 36e6591

Browse files
committed
Merge branch 'feature/2025' into source
2 parents 937c7c3 + 9c74b84 commit 36e6591

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

public/img/2025/subthread.png

42.1 KB
Loading

src/organisms/2025/Hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const headerStyle = {
5757

5858
const MainButton = () => (
5959
<Button
60-
href="#"
60+
href="https://osh.connpass.com/event/355425/"
6161
raised
6262
style={{
6363
padding: '20px 40px',

src/resources/2025/sponsors.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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]
2331
export const gold: Sponsor[] = []
2432
export const silver: Sponsor[] = []
2533
export const supporter: Sponsor[] = []

0 commit comments

Comments
 (0)