Skip to content

Commit

Permalink
✨ feat(Header): add favicon - bold title
Browse files Browse the repository at this point in the history
  • Loading branch information
regazzoj committed May 16, 2022
1 parent 33bdb94 commit 2ae24a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added public/bateau.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="<%= BASE_URL %>bateau.png">
<script src='https://api.mapbox.com/mapbox-gl-js/v2.1.1/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v2.1.1/mapbox-gl.css' rel='stylesheet' />
<title><%= htmlWebpackPlugin.options.title %></title>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img alt="logo SOS Méditerranée" class="cursor-pointer w-28" src="../assets/logo.png"
onclick="location.href='https://www.sosmediterranee.fr/';"/>
<div class="ml-2">
<p class="text-xl align-middle leading-5 text-main">Carte Interactive</p>
<p class="text-xl align-middle leading-5 text-main font-black">Carte Interactive</p>
<p class="text-base align-middle leading-3 text-secondary">
Historique des opérations de secours en Méditerranée
</p>
Expand All @@ -32,7 +32,7 @@
<div class="flex ml-8">
<div class="flex-none flex items-center my-4">
<div>
<p class="text-xl leading-6 text-main">Carte Interactive</p>
<p class="text-xl leading-6 text-main font-black">Carte Interactive</p>
<p class="text-base leading-4 text-secondary">
Historique des opérations de secours en Méditerranée
</p>
Expand Down

0 comments on commit 2ae24a6

Please sign in to comment.