mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 09:30:29 +00:00
fix delete account formatting
This commit is contained in:
parent
38095c1889
commit
2411334fb8
1 changed files with 3 additions and 4 deletions
|
@ -473,11 +473,10 @@
|
||||||
<span class="text-base-600"> Delete Account</span>
|
<span class="text-base-600"> Delete Account</span>
|
||||||
<template #description> Delete your account and all it's associated data </template>
|
<template #description> Delete your account and all it's associated data </template>
|
||||||
</BaseSectionHeader>
|
</BaseSectionHeader>
|
||||||
|
</template>
|
||||||
<div class="py-4 border-t-2 border-gray-300">
|
<div class="p-4 px-6 border-t-2 border-gray-300">
|
||||||
<BaseButton size="sm" class="btn-error" @click="deleteProfile"> Delete Account </BaseButton>
|
<BaseButton size="sm" class="btn-error" @click="deleteProfile"> Delete Account </BaseButton>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
|
||||||
</BaseCard>
|
</BaseCard>
|
||||||
</BaseContainer>
|
</BaseContainer>
|
||||||
<footer v-if="status" class="text-center w-full bottom-0 pb-4">
|
<footer v-if="status" class="text-center w-full bottom-0 pb-4">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue