This commit is contained in:
Stefano Pigozzi 2024-09-23 06:53:02 +02:00
parent efc1191ebd
commit 4c57c6aae0
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

View file

@ -1945,7 +1945,7 @@ function Status({
</div>
) : (
<button
class={`light spoiler-button ${
class={`plain spoiler-button ${
showSpoiler ? 'spoiling' : ''
}`}
type="button"