fix(frontend): remove extra space in footer
This commit is contained in:
parent
8da83b3f8d
commit
67dae103d8
|
@ -42,9 +42,9 @@
|
|||
<p>
|
||||
pronouns.cc <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{commit}">{version}</a>
|
||||
{#if versionMismatch}
|
||||
(backend: <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{data.git_commit}">
|
||||
{data.git_commit}
|
||||
</a>)
|
||||
(backend: <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{data.git_commit}"
|
||||
>{data.git_commit}</a
|
||||
>)
|
||||
{/if} ·
|
||||
<a href="/page/about">About & contact</a> ·
|
||||
<a href="/page/terms">Terms of service</a> ·
|
||||
|
|
Loading…
Reference in New Issue