changed html
This commit is contained in:
parent
2a47b83102
commit
d92f4886ab
2 changed files with 3 additions and 3 deletions
|
@ -142,7 +142,7 @@ fn build_contact_block(conf: &web::Data<config::Config>) -> String {
|
|||
r#"
|
||||
<div class="container border-dark">
|
||||
<h1> <span class="bi bi-person-lines-fill" style="vertical-align: middle;"> </span> Contact </h1>
|
||||
<tr>
|
||||
<hr>
|
||||
{pgp_key_message}
|
||||
<a href="mailto:{email}"> {email} </a>
|
||||
<hr>
|
||||
|
@ -160,7 +160,7 @@ fn build_donation_block(conf: &web::Data<config::Config>) -> String {
|
|||
r#"
|
||||
<div class="container" style="margin-top: 20px">
|
||||
<h1> <span class="bi bi-cash-coin"> </span> Donation </h1>
|
||||
<tr>
|
||||
<hr>
|
||||
<p> <b> Monero: </b> <span style="color: orange;overflow-wrap: break-word;"> {xmr_addr} </span> </p>
|
||||
</div>
|
||||
"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue