diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-02 12:49:28 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-02 12:49:28 -0500 |
| commit | 424f94ef53eae7c42aad982ba962b1193a07f717 (patch) | |
| tree | d79973815df9e04d9a77f58f249baf19dae1721b | |
| parent | 6865c09e8bfd26470c8b5a653ef45b0211c67da1 (diff) | |
fix svg favicon path for index page
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 675cbc18..63bd9ea0 100644 --- a/static/index.html +++ b/static/index.html @@ -19,7 +19,7 @@ <meta property="og:url" content="https://grapheneos.org/"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> - <link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/> + <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> <link rel="stylesheet" href="/grapheneos.css?19"/> <link rel="manifest" href="/manifest.webmanifest"/> |
