Browse Source

fix favicon

main
mleku 3 months ago
parent
commit
0acf51baba
No known key found for this signature in database
  1. 2
      app/web/dist/index.html

2
app/web/dist/index.html vendored

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Next Orly</title>
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="icon" href="/orly.png" type="image/png" />
<link rel="stylesheet" href="/bundle.css" />
</head>
<body>

Loading…
Cancel
Save