ssb: Use the same flag in all the places.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 9m36s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 9m36s
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user