Skip to content

Commit

Permalink
chore(web): fix icon file name
Browse files Browse the repository at this point in the history
  • Loading branch information
djey47 committed Dec 24, 2023
1 parent 7113671 commit acc0f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon-128x128.ico">
<link rel="shortcut icon" type="image/png" href="/favicon-128x128.png">
<link rel="icon" sizes="192x192" type="image/png" href="/android-chrome-192x192.png" />
<link rel="icon" sizes="512x512" type="image/png" href="/android-chrome-512x512.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#5C47FF">
<script src="https://cdn.tailwindcss.com"></script>
<title>cool-updown-nxt Web GUI</title>
</head>
Expand Down

0 comments on commit acc0f8c

Please sign in to comment.