Skip to content

Commit

Permalink
Update Terms of Service font size to match other font sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Jan 31, 2025
1 parent 4a36234 commit dd30d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
<footer id="main-footer" class="flex relative">
<ul>
{#if features.termsOfService}
<li><button class="hover:underline" on:click={openTermsModal}>Terms of Service</button></li>
<li>
<button class="hover:underline text-xs" on:click={openTermsModal}>Terms of Service</button>
</li>
{/if}
{#each branding?.footer?.links as link}
<li>
Expand Down

0 comments on commit dd30d9b

Please sign in to comment.