Skip to content

Commit

Permalink
Add missing favicon to asset-viewer page
Browse files Browse the repository at this point in the history
Also make HTML markup for title icons consistent in all places.

Co-authored-by: UCyborg <nejc.staric.23@gmail.com>
  • Loading branch information
gorhill and UCyborg committed Apr 10, 2024
1 parent e4eae2c commit b57f7c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/advanced-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
<link rel="stylesheet" type="text/css" href="css/advanced-settings.css">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
<link rel="icon" type="image/png" href="img/icon_16.png">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions src/asset-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/fa-icons.css">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="icon" type="image/png" href="img/icon_16.png">
<style>
body {
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="css/themes/default.css" rel="stylesheet" type="text/css">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
<link rel="icon" type="image/png" href="img/icon_16.png">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/logger-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/logger-ui.css">
<link rel="stylesheet" type="text/css" href="css/logger-ui-inspector.css">
<link rel="shortcut icon" type="image/png" href="img/icon_16.png">
<link rel="icon" type="image/png" href="img/icon_16.png">
<title data-i18n="statsPageName"></title>
</head>
<body>
Expand Down

0 comments on commit b57f7c1

Please sign in to comment.