ADD: Zero/One skin select

This commit is contained in:
Robert Kossessa
2024-02-07 21:23:38 +01:00
parent 05af3d91e2
commit f47f39a53a
9 changed files with 27 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<div class="flex justify-center">
<div
class="flex bg-cover mb-6 w-72 aspect-square"
style="background-image: url(../../assets/icons/xl-bg-ico.svg)">
style="background-image: url(../../assets/old/xl-bg-ico.svg)">
<div class="flex flex-col w-full justify-center m-9 rounded-full overflow-hidden">
<div class="self-center w-8 mb-1 opacity-50">
<img src="../../assets/logos/logoMidi.svg" alt="midi-logo">
@@ -27,5 +27,5 @@
</template>
<script setup>
import DeviceBar from '@/components/device/DeviceBar.vue'
import DeviceBackground from '@/assets/icons/xl-bg-ico.svg'
import DeviceBackground from '@/assets/old/xl-bg-ico.svg'
</script>