diff options
author | Ashus <github.com@ashus.net> | 2019-10-09 23:17:59 +0200 |
---|---|---|
committer | Ashus <github.com@ashus.net> | 2019-10-09 23:26:45 +0200 |
commit | 39ae339051ac8ed9477ffd62f4068992120b7a1a (patch) | |
tree | 23f9d4150abcdc0da22131ad7eb26c13ac0977b2 /applications/luci-app-noddos/htdocs | |
parent | 6fb5fd3bdab64ba6d3a4db06358969ec4517c5fa (diff) |
Replaced an old icon with a new one, format changed from ICO to PNG to make it even smaller.
- references #2251
Signed-off-by: Ashus <github.com@ashus.net>
Diffstat (limited to 'applications/luci-app-noddos/htdocs')
-rwxr-xr-x | applications/luci-app-noddos/htdocs/cgi-bin/clientdetails | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails b/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails index 6ff4ce59f..411113c6a 100755 --- a/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails +++ b/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails @@ -64,7 +64,7 @@ pagetop = [[ <meta name="viewport" content="initial-scale=1.0"> <link rel="stylesheet" href="/luci-static/bootstrap/cascade.css?v=git-17.100.70571-29fabe2"> <link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="/luci-static/bootstrap/mobile.css?v=git-17.100.70571-29fabe2" type="text/css" /> - <link rel="shortcut icon" href="/luci-static/bootstrap/favicon.ico"> + <link rel="shortcut icon" href="/luci-static/bootstrap/favicon.png"> <script src="/luci-static/resources/xhr.js?v=git-17.100.70571-29fabe2"></script> </head> <body text=blue> |