fix html indenting

This commit is contained in:
robs 2024-12-13 19:08:20 +01:00
parent 13b4f086f8
commit bc59d6c869

View file

@ -1,15 +1,15 @@
<div class="mb-6 flex gap-3 flex-row items-center justify-between"> <div class="mb-6 flex gap-3 flex-row items-center justify-between">
<h2 class="text-title-md2 font-bold text-black dark:text-white">Sources</h2> <h2 class="text-title-md2 font-bold text-black dark:text-white">Sources</h2>
<nav> <nav>
<.button color="bg-transparent" x-data="{ copied: false }" x-on:click={~s" <.button color="bg-transparent" x-data="{ copied: false }" x-on:click={~s"
copyWithCallbacks( copyWithCallbacks(
'#{opml_feed_url(@conn)}', '#{opml_feed_url(@conn)}',
() => copied = true, () => copied = true,
() => copied = false () => copied = false
) )
"}> "}>
Copy OPML Feed Copy OPML Feed
<span x-show="copied" x-transition.duration.150ms><.icon name="hero-check" class="ml-2 h-4 w-4" /></span> <span x-show="copied" x-transition.duration.150ms><.icon name="hero-check" class="ml-2 h-4 w-4" /></span>
</.button> </.button>
<.link href={~p"/sources/new"}> <.link href={~p"/sources/new"}>
<.button color="bg-primary" rounding="rounded-lg"> <.button color="bg-primary" rounding="rounded-lg">