fix: 🐛 attributes conflict with js toggle mechanics

This commit is contained in:
Sebin Nyshkim 2025-08-04 00:09:21 +02:00
parent 896ab2c596
commit e4ea8d0d14
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -20,7 +20,7 @@
<slot name="message"></slot>
</div>
<ref-button class="nsfw-toggle" command="show-modal" commandfor="nsfw-warning">
<ref-button class="nsfw-toggle">
<span>Show NSFW</span>
<span class="nsfw-label">Hide NSFW</span>
</ref-button>