Chore: linting

This commit is contained in:
Pieter Vander Vennet 2024-04-13 02:40:21 +02:00
parent 4625ad9a5c
commit 097141f944
307 changed files with 5346 additions and 2147 deletions

View file

@ -38,7 +38,7 @@
</div>
{/if}
<div class="flex justify-between w-full gap-x-1">
<div class="flex w-full justify-between gap-x-1">
{#if $license.license !== undefined || $license.licenseShortName !== undefined}
<div>
{$license?.license ?? $license?.licenseShortName}
@ -58,8 +58,6 @@
{$license.date.toLocaleDateString()}
</div>
{/if}
</div>
</div>
{/if}