update user svg location in header

This commit is contained in:
Thomas Rubini 2023-01-24 18:10:12 +01:00
parent 7b546cd565
commit 5e5c2a00ba
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -4,7 +4,7 @@ $array_header = array(
"Recette" => "/Recipe/view/36",
"+" => "/recipe/edit",
"Rechercher" => "rechercher",
'<img src="/static/img/defaultProfil.svg" type="image/svg+xml">' => "/user/view"
'<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
);
?>
<header>