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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user