diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-12-12 16:27:49 +0200 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-12-12 20:24:12 +0200 |
commit | b572c35ca8ab78fd7959adb7f91651612018abdc (patch) | |
tree | 05d68f584c5ed960dcda1856b0d917d925f71b82 /themes/luci-theme-material/ucode/template | |
parent | 5f3a24ef8144f94b007fd52461fc1444f2634a6c (diff) |
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 <stokito@gmail.com>
Diffstat (limited to 'themes/luci-theme-material/ucode/template')
-rw-r--r-- | themes/luci-theme-material/ucode/template/themes/material/header.ut | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/luci-theme-material/ucode/template/themes/material/header.ut b/themes/luci-theme-material/ucode/template/themes/material/header.ut index ed6a637978..4a7e4cb8f1 100644 --- a/themes/luci-theme-material/ucode/template/themes/material/header.ut +++ b/themes/luci-theme-material/ucode/template/themes/material/header.ut @@ -40,7 +40,8 @@ <meta name="application-name" content="{{ hostname }} - LuCI"> <meta name="apple-mobile-web-app-title" content="{{ hostname }} - LuCI"> <link rel="stylesheet" href="{{ media }}/cascade.css"> -<link rel="shortcut icon" href="{{ media }}/favicon.ico"> +<link rel="icon" href="{{ media }}/logo_48.png" sizes="48x48"> +<link rel="icon" href="{{ media }}/logo.svg" sizes="any"> {% if (node?.css): %} <link rel="stylesheet" href="{{ resource }}/{{ node.css }}"> {% endif %} |