فهرست منبع

Add png to icons for mobile, not sure if it fixes the mobile splash screen issue.

Lee Morgan 10 ماه پیش
والد
کامیت
e775929468
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/index.html

+ 1 - 0
src/views/index.html

@@ -6,6 +6,7 @@
     <meta name="theme-color" content="#6e4b3a">
     <meta name="description" content="Personal finance application">
     <link rel="icon" href="/logo.svg" type="image/svg+xml">
+    <link rel="icon" href="/logo.png" type="image/png">
     <title>Suma</title>
     <style></style>
 </head>