refactor(web): modal footer visibility

This commit is contained in:
Zack Spear
2023-08-31 17:19:43 -07:00
parent 17c7757bf6
commit 8358d64355
2 changed files with 19 additions and 8 deletions
@@ -243,8 +243,8 @@ const accountActionStatusCopy = computed((): { text: string; } => {
</div>
</template>
<template #footer>
<div v-if="callbackStatus === 'success'" class="flex flex-row justify-center gap-16px">
<template v-if="callbackStatus === 'success'" #footer>
<div class="flex flex-row justify-center gap-16px">
<BrandButton
v-if="showSignInCta"
btn-style="underline"