Skip to content

Commit

Permalink
fix html formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robs committed Dec 30, 2024
1 parent 03e9a0b commit ed30515
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit ed30515

Please sign in to comment.