ssb: Use the same flag in all the places.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 9m36s

This commit is contained in:
2025-11-29 12:50:25 -05:00
parent fb6e554e59
commit cd34c127d1
2 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🦀",
"previous": "&E7oElXjP2g+Xb8dhrRyTVdv8EJArjJRvgmfl1prtciw=.sha256"
"previous": "&QPdP4BaztX9l3BBQNVbFAu8t5iN5NTqzhIOr+8bNhb0=.sha256"
}

View File

@@ -519,17 +519,14 @@ class TfMessageElement extends LitElement {
</button>
`
: undefined}
<button
class="w3-button w3-bar-item w3-border-bottom"
@click=${this.react}
>
<button class="w3-button w3-bar-item" @click=${this.react}>
👍 React
</button>
<button
class="w3-button w3-bar-item w3-border-bottom"
@click=${this.flag}
>
⚠️ Flag
🚩 Flag
</button>
${formats.map(
([format, name]) => html`