1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: minor refactor

This commit is contained in:
2023-09-17 19:04:24 +02:00
parent e7bec0aaaf
commit cb92ca99f6
12 changed files with 14 additions and 14 deletions

View File

@ -28,7 +28,7 @@
class="column-key pr-1 mt-1 mr-1"
:class="`key-${index}`"
icon-name="mdiKey"
rotate="45deg"
:rotate="45"
:size="20"
/> {{ index }}</span>
</div>
@ -59,7 +59,7 @@
class="column-key pr-1 mt-1 mr-1"
:class="`key-${index.type}`"
icon-name="mdiKey"
rotate="45deg"
:rotate="45"
:size="20"
/> {{ index.name }}</span>
</div>