Consistent use of red X only for deletion, and using only it for deletion rather than trashbin, while using non-red X for window close button.

This commit is contained in:
2025-12-10 00:06:34 +00:00
parent a8269df0b4
commit 504e1d0fc5
3 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@
<h2 id="regTitle" class="reg-title">
📱 <span v-if="userName">Registration for {{ userName }}</span><span v-else>Add Another Device</span>
</h2>
<button class="icon-btn" @click="$emit('close')" aria-label="Close"></button>
<button class="icon-btn" @click="$emit('close')" aria-label="Close"></button>
</div>
<div class="device-link-section">