diff options
author | Malki Abderrahmane <[email protected]> | 2024-12-04 14:15:58 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-04 14:15:58 +0100 |
commit | 44defe17424ed75b8a229d384702227afd364687 (patch) | |
tree | f522e4625d9b203946997e03b439243146eb4cdb | |
parent | ca21b8dc3ae092af2b7140e1e0deeece8bc73130 (diff) | |
download | monkeytype-44defe17424ed75b8a229d384702227afd364687.tar.gz monkeytype-44defe17424ed75b8a229d384702227afd364687.zip |
fix: remove the duplicate manifest tag (@malkiii) (#6088)
!nuf
-rw-r--r-- | frontend/src/html/head.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/html/head.html b/frontend/src/html/head.html index eb7071cec..e74a53fef 100644 --- a/frontend/src/html/head.html +++ b/frontend/src/html/head.html @@ -50,7 +50,6 @@ content="/images/favicon/browserconfig.xml" /> <meta id="metaThemeColor" name="theme-color" content="#e2b714" /> - <link rel="manifest" href="/manifest.json" /> <meta name="name" content="Monkeytype | A minimalistic, customizable typing test" |