Skip to content

Commit bffec1e

Browse files
authored
Merge pull request #155 from GoCon/chore/cta-button-fix
🩹 イベント当日に伴うページ修正
2 parents deb0a8f + a2f726c commit bffec1e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

src/components/Button.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const {
161161
align-items: center;
162162
justify-content: center;
163163
font-size: 20px;
164-
padding: 16px 120px;
164+
padding: 16px 64px;
165165

166166
@media screen and (max-width: 860px) {
167167
font-size: 16px;

src/components/Header.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,16 @@ const currentLocale = Astro.currentLocale || "ja";
269269
<span>Sponsor FAQ</span>
270270
<OpenInNewIcon class="external-icon" />
271271
</a>
272+
{
273+
/*
272274
<Button
273275
href="https://ti.to/gophers-japan/go-conference-2025"
274276
target="_blank"
275277
>
276278
{currentLocale === "ja" ? "イベントに申し込む" : "Apply for the event"}
277279
</Button>
280+
*/
281+
}
278282
<ul class="language-switcher">
279283
<li class="language-link">
280284
<a

src/components/MainVisual.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ const currentLocale = Astro.currentLocale || "ja";
197197
</div>
198198
<p class="venue">Abema Towers 10F / 11F, Tokyo</p>
199199
</aside>
200+
{
201+
/*
200202
<div class="cta-button">
201203
<div class="cta-button-inner">
202204
<Button
@@ -212,5 +214,7 @@ const currentLocale = Astro.currentLocale || "ja";
212214
</Button>
213215
</div>
214216
</div>
217+
*/
218+
}
215219
</div>
216220
</div>

src/pages/en/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import Button from "../../components/Button.astro";
7272
size="large"
7373
variant="secondary"
7474
>
75-
Register
75+
Learn More
7676
</Button>
7777
</div>
7878
<div class="workshop-card">
@@ -88,7 +88,7 @@ import Button from "../../components/Button.astro";
8888
size="large"
8989
variant="secondary"
9090
>
91-
Register
91+
Learn More
9292
</Button>
9393
</div>
9494
<div class="workshop-card">
@@ -103,7 +103,7 @@ import Button from "../../components/Button.astro";
103103
size="large"
104104
variant="secondary"
105105
>
106-
Register
106+
Learn More
107107
</Button>
108108
</div>
109109
</div>

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import Button from "../components/Button.astro";
6060
size="large"
6161
variant="secondary"
6262
>
63-
参加登録
63+
詳細はこちら
6464
</Button>
6565
</div>
6666
<div class="workshop-card">
@@ -76,7 +76,7 @@ import Button from "../components/Button.astro";
7676
size="large"
7777
variant="secondary"
7878
>
79-
参加登録
79+
詳細はこちら
8080
</Button>
8181
</div>
8282
<div class="workshop-card">
@@ -91,7 +91,7 @@ import Button from "../components/Button.astro";
9191
size="large"
9292
variant="secondary"
9393
>
94-
参加登録
94+
詳細はこちら
9595
</Button>
9696
</div>
9797
</div>

0 commit comments

Comments
 (0)