#41 Ids for the users and route fix

This commit is contained in:
Dominic Villemure
2024-05-13 22:49:52 -04:00
parent f8e221a194
commit 83695b663c
5 changed files with 17 additions and 7 deletions

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>