diff --git a/front/MyINPulse-front/src/App.vue b/front/MyINPulse-front/src/App.vue
index 4977758..72b8407 100644
--- a/front/MyINPulse-front/src/App.vue
+++ b/front/MyINPulse-front/src/App.vue
@@ -16,6 +16,7 @@ import ErrorWrapper from "@/views/errorWrapper.vue";
:key="index"
:projectName="project.name"
:listName="project.members"
+ :projectLink="project.link"
/>
@@ -59,12 +60,12 @@ export default {
projects: [
{
name: 'Projet Alpha',
- //link: './project-alpha.html',
+ link: '/project-alpha.html',//to test
members: ['Alice', 'Bob', 'Charlie'],
},
{
name: 'Projet Beta',
- //link: './project-beta.html',
+ link: './project-beta.html', //to test
members: ['David', 'Eve', 'Frank'],
},
],
diff --git a/front/MyINPulse-front/src/components/Agenda.vue b/front/MyINPulse-front/src/components/Agenda.vue
new file mode 100644
index 0000000..e69de29
diff --git a/front/MyINPulse-front/src/components/Project-comp.vue b/front/MyINPulse-front/src/components/Project-comp.vue
index 258a6d5..a2e054b 100644
--- a/front/MyINPulse-front/src/components/Project-comp.vue
+++ b/front/MyINPulse-front/src/components/Project-comp.vue
@@ -1,31 +1,38 @@
-
+
\ No newline at end of file