mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
style: Changed hr color to orange
This commit is contained in:
parent
ce02334669
commit
ecfee86b2c
2 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ templ NodeDetails(data monero.Node, logs monero.FetchLogs, q monero.QueryLogs, p
|
||||||
Monero Node #{ fmt.Sprintf("%d", data.ID) }
|
Monero Node #{ fmt.Sprintf("%d", data.ID) }
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<hr class="mt-6"/>
|
<hr class="mt-6 border-orange-400"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="max-w-3xl mx-auto mt-8">
|
<div class="max-w-3xl mx-auto mt-8">
|
||||||
@Node(data)
|
@Node(data)
|
||||||
|
|
|
@ -727,7 +727,7 @@ func NodeDetails(data monero.Node, logs monero.FetchLogs, q monero.QueryLogs, p
|
||||||
if templ_7745c5c3_Err != nil {
|
if templ_7745c5c3_Err != nil {
|
||||||
return templ_7745c5c3_Err
|
return templ_7745c5c3_Err
|
||||||
}
|
}
|
||||||
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("</h1></div><hr class=\"mt-6\"></div><div class=\"max-w-3xl mx-auto mt-8\">")
|
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("</h1></div><hr class=\"mt-6 border-orange-400\"></div><div class=\"max-w-3xl mx-auto mt-8\">")
|
||||||
if templ_7745c5c3_Err != nil {
|
if templ_7745c5c3_Err != nil {
|
||||||
return templ_7745c5c3_Err
|
return templ_7745c5c3_Err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue