Skip to content

Commit ecfee86

Browse files
committed
style: Changed hr color to orange
1 parent ce02334 commit ecfee86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/handler/views/remote_nodes.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ templ NodeDetails(data monero.Node, logs monero.FetchLogs, q monero.QueryLogs, p
316316
Monero Node #{ fmt.Sprintf("%d", data.ID) }
317317
</h1>
318318
</div>
319-
<hr class="mt-6"/>
319+
<hr class="mt-6 border-orange-400"/>
320320
</div>
321321
<div class="max-w-3xl mx-auto mt-8">
322322
@Node(data)

internal/handler/views/remote_nodes_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)