Remove overview nav
This commit is contained in:
parent
f269ca3bf8
commit
30cdd8c189
|
|
@ -22,17 +22,6 @@ const emit = defineEmits(["closemodal"]);
|
|||
v-html="circle.goals"
|
||||
></div>
|
||||
</div>
|
||||
<nav class="nav absolute bottom-0 left-0 w-full border-t px-6 py-4">
|
||||
<div class="relative z-10 flex flex-row place-content-end bg-white">
|
||||
<button
|
||||
type="button"
|
||||
class="btn-blue z-10 flex items-center"
|
||||
@click="emit('closemodal')"
|
||||
>
|
||||
{{ $t("general.close") }}
|
||||
</button>
|
||||
</div>
|
||||
</nav>
|
||||
</ItFullScreenModal>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue