From b572c35ca8ab78fd7959adb7f91651612018abdc Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 12 Dec 2023 16:27:49 +0200 Subject: luci-theme-material: Use a new OpenWrt logo The new OpenWrt logo.svg is copied from luci-theme-openwrt-2020. The logo.png was copied too but resized from 180px 3.9Kb down to 48px 2.3Kb. This is enough when used as icon for app pinned to desktop. Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/material/favicon.ico | Bin 4286 -> 0 bytes .../htdocs/luci-static/material/logo.svg | 1 + .../htdocs/luci-static/material/logo_48.png | Bin 0 -> 2337 bytes 3 files changed, 1 insertion(+) delete mode 100644 themes/luci-theme-material/htdocs/luci-static/material/favicon.ico create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/logo.svg create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/logo_48.png (limited to 'themes/luci-theme-material/htdocs/luci-static') diff --git a/themes/luci-theme-material/htdocs/luci-static/material/favicon.ico b/themes/luci-theme-material/htdocs/luci-static/material/favicon.ico deleted file mode 100644 index 72c311555f..0000000000 Binary files a/themes/luci-theme-material/htdocs/luci-static/material/favicon.ico and /dev/null differ diff --git a/themes/luci-theme-material/htdocs/luci-static/material/logo.svg b/themes/luci-theme-material/htdocs/luci-static/material/logo.svg new file mode 100644 index 0000000000..c7a445e93d --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/luci-theme-material/htdocs/luci-static/material/logo_48.png b/themes/luci-theme-material/htdocs/luci-static/material/logo_48.png new file mode 100644 index 0000000000..6fb1f75a40 Binary files /dev/null and b/themes/luci-theme-material/htdocs/luci-static/material/logo_48.png differ -- cgit v1.2.3