Skip to content

Commit b935587

Browse files
authored
Merge pull request #106 from blami/fix/event
fix: Minor typo fix in EN version
2 parents 76adbae + d1be388 commit b935587

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/Header.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,11 @@ const currentLocale = Astro.currentLocale || "ja";
255255
<span>Sponsor FAQ</span>
256256
<OpenInNewIcon class="external-icon" />
257257
</a>
258-
<Button href="https://ti.to/gophers-japan/go-conference-2025" target="_blank">
259-
{currentLocale === "ja" ? "イベントに申し込む" : "Apply for the evnet"}
258+
<Button
259+
href="https://ti.to/gophers-japan/go-conference-2025"
260+
target="_blank"
261+
>
262+
{currentLocale === "ja" ? "イベントに申し込む" : "Apply for the event"}
260263
</Button>
261264
<ul class="language-switcher">
262265
<li class="language-link">

0 commit comments

Comments
 (0)