run prettier on all svelte files

This commit is contained in:
2023-03-30 12:30:36 +05:30
parent b4c8e2131b
commit 9fa9b08eef
14 changed files with 49 additions and 29 deletions

View File

@@ -29,7 +29,7 @@
href="https://liberapay.com/ProjectSegfault/donate"
class="button !bg-amber !text-black w-fit"
><div class="i-simple-icons:liberapay" />
Liberapay</a
Liberapay</a
>
<h3>Cryptocurrencies</h3>

View File

@@ -6,9 +6,7 @@
{#if address}
<details class="p-0">
<summary>Address</summary>
<code class="break-words whitespace-normal"
>{address}</code
>
<code class="break-words whitespace-normal">{address}</code>
</details>
{/if}