fix html formatting
This commit is contained in:
parent
03e9a0b840
commit
ed30515d0e
1 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue