diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-03 10:29:03 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-03 10:29:03 +0200 |
| commit | 19fd1d4a1ed5d895970d0fe161742f4f089e3ddf (patch) | |
| tree | 63da3fd36cbc9c90133ecf5d49e78b9d3eb4576e | |
| parent | 1fa046126eb8a048440ff97be8febe3a8c6e6e58 (diff) | |
remove the favicon changes
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | static/dev_favicon.png | bin | 13331 -> 0 bytes | |||
| -rw-r--r-- | static/favicon.png | bin | 12920 -> 0 bytes |
3 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no"> <title>Pleroma</title> <!--server-generated-meta--> - <link rel="icon" type="image/png" href="/static/dev_favicon.png"> + <link rel="icon" type="image/png" href="/favicon.png"> </head> <body class="hidden"> <noscript>To use Pleroma, please enable JavaScript.</noscript> diff --git a/static/dev_favicon.png b/static/dev_favicon.png Binary files differdeleted file mode 100644 index 4223d5ca..00000000 --- a/static/dev_favicon.png +++ /dev/null diff --git a/static/favicon.png b/static/favicon.png Binary files differdeleted file mode 100644 index d1206dc5..00000000 --- a/static/favicon.png +++ /dev/null |
