diff --git a/README.md b/README.md index 2e12b8bc..b1510ada 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
An open source, self-hosted knowledge base that works with a SQLite db file.
diff --git a/resources/logo-full.png b/resources/logo-full.png deleted file mode 100644 index 7d8a2baf..00000000 Binary files a/resources/logo-full.png and /dev/null differ diff --git a/resources/logo-full.webp b/resources/logo-full.webp new file mode 100644 index 00000000..0bbbeb12 Binary files /dev/null and b/resources/logo-full.webp differ diff --git a/resources/logo.png b/resources/logo.png deleted file mode 100644 index 165553b5..00000000 Binary files a/resources/logo.png and /dev/null differ diff --git a/resources/logo.webp b/resources/logo.webp new file mode 100644 index 00000000..323faa34 Binary files /dev/null and b/resources/logo.webp differ diff --git a/web/index.html b/web/index.html index bbfb1370..925ec066 100644 --- a/web/index.html +++ b/web/index.html @@ -2,7 +2,7 @@ - + diff --git a/web/public/logo-full.png b/web/public/logo-full.png deleted file mode 100644 index 7d8a2baf..00000000 Binary files a/web/public/logo-full.png and /dev/null differ diff --git a/web/public/logo-full.webp b/web/public/logo-full.webp new file mode 100644 index 00000000..0bbbeb12 Binary files /dev/null and b/web/public/logo-full.webp differ diff --git a/web/public/logo.png b/web/public/logo.png deleted file mode 100644 index 165553b5..00000000 Binary files a/web/public/logo.png and /dev/null differ diff --git a/web/public/logo.webp b/web/public/logo.webp new file mode 100644 index 00000000..323faa34 Binary files /dev/null and b/web/public/logo.webp differ diff --git a/web/public/manifest.json b/web/public/manifest.json index fa143857..98c9537f 100644 --- a/web/public/manifest.json +++ b/web/public/manifest.json @@ -1,18 +1,17 @@ { - "short_name": "Memos", - "name": "Memos", - "icons": [ - { - "src": "/logo.png", - "type": "image/png", - "sizes": "200x200" - } - ], - "start_url": "/", - "background_color": "#f6f5f4", - "display": "standalone", - "scope": "/", - "theme_color": "#f6f5f4", - "description": "usememos/memos" - } - \ No newline at end of file + "short_name": "Memos", + "name": "Memos", + "icons": [ + { + "src": "/logo.webp", + "type": "image/*", + "sizes": "200x200" + } + ], + "start_url": "/", + "background_color": "#f6f5f4", + "display": "standalone", + "scope": "/", + "theme_color": "#f6f5f4", + "description": "usememos/memos" +} diff --git a/web/src/pages/Auth.tsx b/web/src/pages/Auth.tsx index f8127dc7..9c63c0a9 100644 --- a/web/src/pages/Auth.tsx +++ b/web/src/pages/Auth.tsx @@ -124,7 +124,7 @@ const Auth: React.FC{t("slogan")}