Remove overview nav

This commit is contained in:
Daniel Egger 2023-05-26 15:30:30 +02:00
parent f269ca3bf8
commit 30cdd8c189
1 changed files with 0 additions and 11 deletions

View File

@ -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>