Ajout du nom de l'application comme titre du Logo.
This commit is contained in:
parent
75bbbfeac1
commit
e3357f27b7
|
@ -17,5 +17,9 @@
|
|||
</nav>
|
||||
|
||||
<cre-employee-info></cre-employee-info>
|
||||
<img src="assets/logo.png" alt="Logo" class="flex-grow-0"/>
|
||||
<img
|
||||
class="flex-grow-0"
|
||||
src="assets/logo.png"
|
||||
alt="Color Recipes Explorer"
|
||||
title="Color Recipes Explorer"/>
|
||||
</header>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>ColorRecipesExplorerFrontend</title>
|
||||
<title>Color Recipes Explorer</title>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="assets/favicon.png">
|
||||
|
|
Loading…
Reference in New Issue