Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove apple-touch-icon from index.html
Rūdolfs Ošiņš committed 2 years ago
commit 6e049197efdd86a1b58efecdc92d94e819ade07b
parent 34b2f569c1a97df5e9be5cfa2402327222224b86
4 files changed +1 -2
modified index.html
@@ -78,7 +78,6 @@
    <link rel="stylesheet" type="text/css" href="/layout.css" />
    <link rel="stylesheet" type="text/css" href="/prettylights.css" />
    <link rel="stylesheet" type="text/css" href="/index.css" />
-
    <link rel="apple-touch-icon" href="/images/radicle-192x192.png" />
    <link rel="icon" href="/radicle.svg" type="image/svg+xml" />
    <link rel="manifest" href="/app.webmanifest" />

modified public/app.webmanifest
@@ -7,7 +7,7 @@
  "theme_color": "#0e171f",
  "icons": [
    {
-
      "src": "/images/radicle-192x192.png",
+
      "src": "/images/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
added public/images/apple-touch-icon.png
deleted public/images/radicle-192x192.png