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.
1 parent a7c7e51 commit 989544bCopy full SHA for 989544b
1 file changed
bitext/src/lib/components/layout/SiteFooter.svelte
@@ -21,6 +21,8 @@
21
<p class="m-0">
22
<a href={resolve('/')} class={linkClass}>Open {ALIGNER_DISPLAY_NAME}</a>
23
<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>
26
<a href={resolve('/privacy')} class={linkClass}>Privacy policy</a>
27
</p>
28
<p class="mx-auto mt-5 max-w-md text-base leading-relaxed text-gray-700 dark:text-gray-300">
0 commit comments