modifier text in header to not take 300000000px

This commit is contained in:
Capelier-Marla 2023-01-25 20:40:40 +01:00
parent 86302bce2a
commit 0c99d25748

View File

@ -1,9 +1,9 @@
<?php
$array_header = array(
'<img src="/static/img/logo.png" alt="Logo">' => "/",
"Catégories de recette" => "/category",
"Créer une recette" => "/recipe/new",
"Rechercher" => "rechercher",
"Catégories" => "/category",
"Nouvelle recette" => "/recipe/new",
"Recherche" => "rechercher",
'<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
);
?>