Update NamingScheme.svelte

This commit is contained in:
Ryan 2024-05-24 18:48:18 +01:00 committed by GitHub
parent a8f5154fd3
commit c11cc383ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
<div class="radio-row">
<input class="radio-input" type=radio bind:group={value} value="username">
<label class="radio-label">#ticket-ryan</label>
<label class="radio-label">#ticket-username</label>
</div>
</Radio>