chore(front): correct types and layout for profiles

This commit is contained in:
ArneBo 2025-04-01 13:10:48 +02:00
parent 3178654a95
commit 40a8746c50
1 changed files with 8 additions and 0 deletions

View File

@ -100,7 +100,11 @@ const submit = async () => {
<a <a
v-if="showMore === false" v-if="showMore === false"
class="more" class="more"
<<<<<<< HEAD
style="align-self:end; color: var(--fw-primary);" style="align-self:end; color: var(--fw-primary);"
=======
style="align-self: end; color: var(--fw-primary);"
>>>>>>> 1684a8660 (chore(front): correct types and layout for profiles)
href="" href=""
@click.stop.prevent="showMore = true" @click.stop.prevent="showMore = true"
> >
@ -109,7 +113,11 @@ const submit = async () => {
<a <a
v-else v-else
class="more" class="more"
<<<<<<< HEAD
style="align-self:end; color: var(--fw-primary);" style="align-self:end; color: var(--fw-primary);"
=======
style="align-self: end; color: var(--fw-primary);"
>>>>>>> 1684a8660 (chore(front): correct types and layout for profiles)
href="" href=""
@click.stop.prevent="showMore = false" @click.stop.prevent="showMore = false"
> >