mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
refactor(ui): remove n-text (#506)
This commit is contained in:
parent
05ea545475
commit
72c98a3c5e
14 changed files with 52 additions and 74 deletions
|
@ -18,9 +18,9 @@ const { copy } = useCopy({ source: natoText, text: 'NATO alphabet string copied.
|
|||
/>
|
||||
|
||||
<div v-if="natoText">
|
||||
<n-text mb-1 block>
|
||||
<div mb-2>
|
||||
Your text in NATO phonetic alphabet
|
||||
</n-text>
|
||||
</div>
|
||||
<c-card>
|
||||
{{ natoText }}
|
||||
</c-card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue