Skip to content

Commit

Permalink
Fixes paths
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kastl <[email protected]>
  • Loading branch information
dkastl committed Oct 4, 2024
1 parent 83a85db commit 863f3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./src/assets/icon-192x192.png">
<link rel="icon" href="./assets/icon-192x192.png">
<link rel="stylesheet" href="./src/styles.scss">
<link rel="manifest" href="./public/manifest.json">
<link rel="manifest" href="./manifest.json">
<meta name="theme-color" content="#4CAF50">
<title>Meshtastic Configurator</title>
</head>
Expand Down

0 comments on commit 863f3e1

Please sign in to comment.