Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 26, 2025
1 parent b0ffa67 commit b8c6d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/templates/satscard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mod tests {
.to_string(),
r#"<h1>Satscard bc1ql86vqdwylsgmgkkrae5nrafte8yp43a5x2tplf</h1>
<form>
<label for=url>Coinkite SATSCARD URL</label>
<label for=url>SATSCARD URL</label>
<input
type=text
id=url
Expand Down Expand Up @@ -107,7 +107,7 @@ mod tests {
.to_string(),
r#"<h1>Satscard bc1ql86vqdwylsgmgkkrae5nrafte8yp43a5x2tplf</h1>
<form>
<label for=url>Coinkite SATSCARD URL</label>
<label for=url>SATSCARD URL</label>
<input
type=text
id=url
Expand Down
2 changes: 1 addition & 1 deletion templates/satscard.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1>Satscard {{ address }}</h1>
<h1>Satscard</h1>
%% }
<form>
<label for=url>Coinkite SATSCARD URL</label>
<label for=url>SATSCARD URL</label>
<input
type=text
id=url
Expand Down

0 comments on commit b8c6d71

Please sign in to comment.