add hamburger
This commit is contained in:
parent
cc9f204174
commit
2722a2d75f
@ -1,5 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import ColourPicker from "./ColourPicker.vue";
|
import ColourPicker from "./ColourPicker.vue";
|
||||||
|
import IconHamburger from "@/assets/images/hamburger.svg?component";
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<nav class="flex items-center justify-between">
|
<nav class="flex items-center justify-between">
|
||||||
@ -11,7 +12,9 @@ import ColourPicker from "./ColourPicker.vue";
|
|||||||
</ul>
|
</ul>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<ColourPicker />
|
<ColourPicker />
|
||||||
<div class="hamburger">HAMBURGER</div>
|
<div class="hamburger">
|
||||||
|
<IconHamburger />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user