From c1e556d0150036bdf69855b69e2d2eee58b9bc97 Mon Sep 17 00:00:00 2001 From: El Yaagoubi Bilel <bilel.el-yaagoubi@student-cs.fr> Date: Sun, 5 Jun 2022 04:02:49 +0200 Subject: [PATCH] change welcome message --- frontend/src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index a9c940f..bcc6891 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -1,7 +1,7 @@ <template> <div class="home"> <img alt="Vue logo" src="../assets/logo.png" /> - <h1>Welcome to Movie Website</h1> + <h1>Welcome to CaCaoCritics</h1> <!-- <p> For a guide and recipes on how to configure / customize this project,<br /> check out the -- GitLab