From cceec2d94371ce7b5979463156d208838d5ecbc9 Mon Sep 17 00:00:00 2001
From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com>
Date: Thu, 19 Jan 2023 15:55:36 +0100
Subject: [PATCH] replace 'account' with 'user'
---
Views/common/header.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Views/common/header.php b/Views/common/header.php
index 3cbed88..a15c2b3 100644
--- a/Views/common/header.php
+++ b/Views/common/header.php
@@ -4,7 +4,7 @@ $array_header = array(
"Recette" => "/Recipe/view/36",
"+" => "/recipe/edit",
"Rechercher" => "rechercher",
- '' => "/account/view"
+ '' => "/user/view"
);
?>