Change tag div to H1

This commit is contained in:
PascalMarchesseault
2024-06-28 02:27:56 -04:00
parent 2c9bed6f8a
commit 146e000b4e

View File

@@ -1,11 +1,11 @@
<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 <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">
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 Personnaliser votre profil
</div> </H1>
<ProfileBanner></ProfileBanner> <ProfileBanner></ProfileBanner>
<Aboutyou></Aboutyou> <Aboutyou></Aboutyou>
<SocialLinks></SocialLinks> <SocialLinks></SocialLinks>
@@ -16,6 +16,7 @@
<router-link :to="`/${currentUserName}`"> <router-link :to="`/${currentUserName}`">
<v-btn class="save-btn">Retour</v-btn> <v-btn class="save-btn">Retour</v-btn>
</router-link> </router-link>
</div> </div>
</div> </div>
</div> </div>