Change tag div to H1
This commit is contained in:
@@ -1,25 +1,26 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="px-2">
|
<div class="px-2">
|
||||||
<div class="flex flex-col max-w-2xl mx-auto rounded-3xl shadow-2xl mt-2 mb-16">
|
<div class="flex flex-col max-w-2xl mx-auto rounded-3xl shadow-2xl mt-2 mb-16">
|
||||||
<!-- Titre -->
|
|
||||||
<div
|
|
||||||
class="text-center text-4xl bg-fuchsia-900 p-3 rounded-t-3xl border-b-4 border-b-gray-200 font-sans text-white">
|
|
||||||
Personnaliser votre profil
|
|
||||||
</div>
|
|
||||||
<ProfileBanner></ProfileBanner>
|
|
||||||
<Aboutyou></Aboutyou>
|
|
||||||
<SocialLinks></SocialLinks>
|
|
||||||
|
|
||||||
<div class="sticky inset-x-0 bottom-0 flex justify-center px-4 pb-4">
|
<H1 class="text-center text-4xl bg-fuchsia-900 p-3 rounded-t-3xl border-b-4 border-b-gray-200 font-sans text-white">
|
||||||
<div class="flex space-x-2">
|
Personnaliser votre profil
|
||||||
<v-btn class="save-btn" @click="saveAll">Enregistrer</v-btn>
|
</H1>
|
||||||
<router-link :to="`/${currentUserName}`">
|
|
||||||
<v-btn class="save-btn">Retour</v-btn>
|
<ProfileBanner></ProfileBanner>
|
||||||
</router-link>
|
<Aboutyou></Aboutyou>
|
||||||
|
<SocialLinks></SocialLinks>
|
||||||
|
|
||||||
|
<div class="sticky inset-x-0 bottom-0 flex justify-center px-4 pb-4">
|
||||||
|
<div class="flex space-x-2">
|
||||||
|
<v-btn class="save-btn" @click="saveAll">Enregistrer</v-btn>
|
||||||
|
<router-link :to="`/${currentUserName}`">
|
||||||
|
<v-btn class="save-btn">Retour</v-btn>
|
||||||
|
</router-link>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script async setup>
|
<script async setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user