Run prettier

This commit is contained in:
Thomas Smith 2022-12-15 17:32:06 -05:00
parent 27dc7ce601
commit 004ea41619
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
{#if news.length}
<Posts posts={news} />
{:else}
<section class="h-64 bg-black border border-gray p-4">
<section class="h-64 border border-gray bg-black p-4">
<Preloader />
</section>
{/if}

View file

@ -18,7 +18,7 @@
</nav>
<section class="pt-24">
{#if backLink}
<header class="px-16 border-b border-gray text-3xl text-gray hover:text-primary">
<header class="border-b border-gray px-16 text-3xl text-gray hover:text-primary">
<a href={backLink}>&#8592</a>
</header>
{/if}