Skip to content

Commit

Permalink
fix: favicon (firefox)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Nov 28, 2023
1 parent 070a2fc commit 99cde9f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added public/branding/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/branding/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/branding/favicon.ico
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">

<link rel="icon" type="image/png" sizes="32x32" href="branding/telos-scan.png">
<link rel="icon" type="image/png" sizes="16x16" href="branding/telos-scan.png">
<link rel="icon" type="image/ico" href="branding/telos-scan.png">
<link rel="icon" type="image/png" sizes="32x32" href="branding/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="16x16" href="branding/favicon-32x32.png">
<link rel="icon" type="image/ico" href="branding/favicon.ico">

<script src="https://cdn.usefathom.com/script.js" data-site="PDKJSBKL" defer></script>
</head>
Expand Down

0 comments on commit 99cde9f

Please sign in to comment.