Update RouterLink

This commit is contained in:
PascalMarchesseault
2024-05-12 01:39:50 -04:00
parent 22f3a39c03
commit efdd5b097a

View File

@@ -88,7 +88,7 @@ const profiles = ref([
name: "Chloé Beaugrand",
description: "Spécialiste en médias sociaux",
imageUrl: '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png',
routerLink: 'chloebeauregard'
routerLink: 'chloebeaugrand'
}
]);
</script>