Selaa lähdekoodia

Added excalidraw icon as application icon (#126)

anishagg17 5 vuotta sitten
vanhempi
commit
1ef66441c3
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      public/index.html
  2. BIN
      public/logo.png

+ 3 - 1
public/index.html

@@ -12,7 +12,9 @@
       homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
     -->
     <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
-    <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
+
+    <link rel="icon" href="%PUBLIC_URL%/logo.png" />
+    <!-- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> -->
     <link
       rel="preload"
       href="https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf"

BIN
public/logo.png