Skip to content

Commit 13d2096

Browse files
kt3kclaude
andcommitted
feat: use English copy for the footer fork CTA
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 427960f commit 13d2096

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/_includes/layouts/base.vto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
<footer class="border-t border-rule">
3030
<div class="mx-auto flex max-w-2xl flex-col items-center gap-3 border-b border-rule px-6 py-12 text-center">
31-
<p class="text-lg font-bold tracking-tight text-ink">あなたの関心のあるリポジトリがありませんか?</p>
32-
<p class="max-w-md text-sm leading-relaxed text-ink-soft">Fork してあなた用の Changelog サイトを作りましょう!</p>
31+
<p class="text-lg font-bold tracking-tight text-ink">Missing a repo you care about?</p>
32+
<p class="max-w-md text-sm leading-relaxed text-ink-soft">Fork it and spin up your own Changelog site.</p>
3333
<a href="/about#run-your-own" class="mt-1 inline-flex items-center gap-1.5 rounded-full bg-accent px-5 py-2.5 text-sm font-semibold text-white no-underline transition hover:opacity-90">
34-
Fork して始める
34+
Fork &amp; get started
3535
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="M13 6l6 6-6 6"></path></svg>
3636
</a>
3737
</div>

0 commit comments

Comments
 (0)