This commit is contained in:
ivanminutillo 2022-09-09 12:42:08 +02:00
parent d4a66e40ce
commit 3640396c60

View file

@ -1,16 +1,15 @@
<div class={"items-start justify-center w-full max-w-screen-xl mx-auto"}>
<div
class="bg-center bg-no-repeat bg-cover h-[250px]"
class="mb-3 bg-center bg-no-repeat bg-cover h-[250px] rounded-md shadow"
style={"background-image: url(#{Config.get([:ui, :theme, :instance_image], nil)})"}>
</div>
<nav
<!-- <nav
role="tabpanel"
class="flex justify-between w-full pt-2 border-b rounded-t-md bg-base-200 tabs border-base-content border-opacity-10"
aria-label="Switch between search filter tabs"
>
<!-- ABOUT -->
<LiveRedirect
class={"hover:bg-base-content hover:bg-opacity-10 flex-1 pt-2 font-semibold place-content-center flex capitalize text-base"}
to={"/"}>
@ -19,7 +18,6 @@
</div>
</LiveRedirect>
<!-- CoC -->
<LiveRedirect
:if={Config.get([:bonfire, :terms, :conduct], nil)}
class={"hover:bg-base-content hover:bg-opacity-10 flex-1 pt-2 font-semibold place-content-center flex capitalize text-base"}
@ -29,7 +27,6 @@
</div>
</LiveRedirect>
<!-- Privacy policy -->
<LiveRedirect
:if={Config.get([:bonfire, :terms, :privacy], nil)}
class={"hover:bg-base-content hover:bg-opacity-10 flex-1 pt-2 font-semibold place-content-center flex capitalize text-base"}
@ -39,7 +36,7 @@
</div>
</LiveRedirect>
</nav>
</nav> -->
{#case @selected_tab}
{#match "code-of-conduct"}