dashboard: Change favicon.ico to Sentinel logo (#2127)

This commit is contained in:
brothelul 2021-04-27 19:27:10 +08:00 committed by GitHub
parent 26158ad328
commit e936d9d379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" href="./lib/css/bootstrap.min.css" />
<link rel="stylesheet" href="./lib/css/font-awesome.min.css">
<link rel="stylesheet" href="./dist/css/app.css">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<base href="./">
</head>

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.0.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://localhost:1234/css/app.css">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<base href="./">
</head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB