fix(front): remove spacer from profile overview
This commit is contained in:
parent
17abed6b76
commit
066822328f
|
@ -13,7 +13,6 @@ import { useModal } from '~/ui/composables/useModal.ts'
|
||||||
import Modal from '~/components/ui/Modal.vue'
|
import Modal from '~/components/ui/Modal.vue'
|
||||||
import Button from '~/components/ui/Button.vue'
|
import Button from '~/components/ui/Button.vue'
|
||||||
import Link from '~/components/ui/Link.vue'
|
import Link from '~/components/ui/Link.vue'
|
||||||
import Spacer from '~/components/ui/Spacer.vue'
|
|
||||||
|
|
||||||
interface Events {
|
interface Events {
|
||||||
(e: 'updated', value: Actor): void
|
(e: 'updated', value: Actor): void
|
||||||
|
@ -97,7 +96,6 @@ const createForm = ref()
|
||||||
>
|
>
|
||||||
{{ t('views.auth.ProfileOverview.button.cancel') }}
|
{{ t('views.auth.ProfileOverview.button.cancel') }}
|
||||||
</Button>
|
</Button>
|
||||||
<Spacer grow />
|
|
||||||
<Button secondary
|
<Button secondary
|
||||||
v-if="step > 1"
|
v-if="step > 1"
|
||||||
@click.stop.prevent="step -= 1"
|
@click.stop.prevent="step -= 1"
|
||||||
|
|
Loading…
Reference in New Issue