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} {#if news.length}
<Posts posts={news} /> <Posts posts={news} />
{:else} {:else}
<section class="h-64 bg-black border border-gray p-4"> <section class="h-64 border border-gray bg-black p-4">
<Preloader /> <Preloader />
</section> </section>
{/if} {/if}

View file

@ -18,7 +18,7 @@
</nav> </nav>
<section class="pt-24"> <section class="pt-24">
{#if backLink} {#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> <a href={backLink}>&#8592</a>
</header> </header>
{/if} {/if}