mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Run prettier
This commit is contained in:
parent
27dc7ce601
commit
004ea41619
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||||
|
|
|
@ -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}>←</a>
|
<a href={backLink}>←</a>
|
||||||
</header>
|
</header>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue