mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
run prettier on all svelte files
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user