fix wrong logo on install

This commit is contained in:
schlagmichdoch 2023-01-10 17:39:40 +01:00
parent fed9d17dc8
commit 7753a8fc8f
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

View file

@ -30,8 +30,8 @@
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<meta name="msapplication-TileImage" content="images/mstile-150x150.png">
<link rel="fluid-icon" type="image/png" href="images/android-chrome-192x192.png">
<meta name="twitter:image" content="https://pairdrop.net/images/twitter-stream.jpg">
<meta property="og:image" content="https://pairdrop.net/images/twitter-stream.jpg">
<meta name="twitter:image" content="images/logo_transparent_white_512x512.png">
<meta property="og:image" content="images/logo_transparent_white_512x512.png">
<!-- Resources -->
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="manifest" href="manifest.json">