Skip to content

Commit 989544b

Browse files
dani-polaniclaude
andcommitted
feat: add API link to site footer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a7c7e51 commit 989544b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bitext/src/lib/components/layout/SiteFooter.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<p class="m-0">
2222
<a href={resolve('/')} class={linkClass}>Open {ALIGNER_DISPLAY_NAME}</a>
2323
<span class="mx-2 text-gray-400 dark:text-gray-600" aria-hidden="true">·</span>
24+
<a href={resolve('/api')} class={linkClass}>API</a>
25+
<span class="mx-2 text-gray-400 dark:text-gray-600" aria-hidden="true">·</span>
2426
<a href={resolve('/privacy')} class={linkClass}>Privacy policy</a>
2527
</p>
2628
<p class="mx-auto mt-5 max-w-md text-base leading-relaxed text-gray-700 dark:text-gray-300">

0 commit comments

Comments
 (0)