Fixe Chloé name

This commit is contained in:
PascalMarchesseault
2024-05-05 23:32:33 -04:00
parent 9c441511f5
commit 5ca243d2a9

View File

@@ -57,9 +57,9 @@
</style> </style>
<script setup> <script setup>
import { ref } from 'vue';
import DefaultLayout from '@/layouts/DefaultLayout.vue'; import DefaultLayout from '@/layouts/DefaultLayout.vue';
import FooterLayout from '@/layouts/FooterLayout.vue'; import FooterLayout from '@/layouts/FooterLayout.vue';
import { ref } from 'vue';
const profiles = ref([ const profiles = ref([
{ {
@@ -85,7 +85,7 @@ const profiles = ref([
}, },
{ {
id: 4, id: 4,
name: "Chloé Beauregard", name: "Chloé Beaugrand",
description: "Spécialiste en médias sociaux", description: "Spécialiste en médias sociaux",
imageUrl: '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png', imageUrl: '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png',
routerLink: 'chloebeauregard' routerLink: 'chloebeauregard'