pnpm format

This commit is contained in:
Nikita Galaiko 2023-02-27 15:11:38 +01:00
parent 03bb8bdf9a
commit 2e3ff0f601
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D

View File

@ -47,7 +47,7 @@
class="-ml-2 hover:text-zinc-100"
on:click={() => (date = new Date(date.getTime() - 24 * 60 * 60 * 1000))}
>
<IconChevronLeft class="w-8 h-8" />
<IconChevronLeft class="w-8 h-8" />
</button>
<div class="flex-grow text-center">
{formatDate(date)}
@ -61,7 +61,7 @@
}
}}
>
<IconChevronRight class="w-8 h-8" />
<IconChevronRight class="w-8 h-8" />
</button>
</div>
</header>