diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-01 11:47:24 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-01 11:47:24 +0430 |
commit | 34d17c03e6f97aed08d89b7fec02890fe935564c (patch) | |
tree | 63dd73e8cc7367838e177bdfb82482e7eb2ce33e | |
parent | d129dd139f97c6dab197e270a69c49da4f6fcbb8 (diff) |
Reset the favicon to original Maneage log
This looks bad in non-dark themes. Maybe we should find another way of
making the logo stick out in dark themed browsers.
-rwxr-xr-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ <meta http-equiv="Content-type" content="text/html; charset=UTF-8"> <!-- Put logo beside the address bar --> - <link rel="shortcut icon" href="./img/favicon.svg" /> + <link rel="shortcut icon" href="./img/maneage-logo.svg" /> <!-- The viewport meta tag is placed mainly for mobile browsers that are pre-configured in different ways (for example setting the |