We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76adbae + d1be388 commit b935587Copy full SHA for b935587
src/components/Header.astro
@@ -255,8 +255,11 @@ const currentLocale = Astro.currentLocale || "ja";
255
<span>Sponsor FAQ</span>
256
<OpenInNewIcon class="external-icon" />
257
</a>
258
- <Button href="https://ti.to/gophers-japan/go-conference-2025" target="_blank">
259
- {currentLocale === "ja" ? "イベントに申し込む" : "Apply for the evnet"}
+ <Button
+ href="https://ti.to/gophers-japan/go-conference-2025"
260
+ target="_blank"
261
+ >
262
+ {currentLocale === "ja" ? "イベントに申し込む" : "Apply for the event"}
263
</Button>
264
<ul class="language-switcher">
265
<li class="language-link">
0 commit comments