fix html formatting

This commit is contained in:
robs 2024-12-30 20:18:11 +01:00
parent 03e9a0b840
commit ed30515d0e

View file

@ -1,7 +1,11 @@
<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>
<nav>
<.button :if={Application.get_env(:pinchflat, :route_secret)} color="bg-transparent" x-data="{ copied: false }" x-on:click={~s"
<.button
:if={Application.get_env(:pinchflat, :route_secret)}
color="bg-transparent"
x-data="{ copied: false }"
x-on:click={~s"
copyWithCallbacks(
'#{opml_feed_url(@conn)}',
() => copied = true,