Skip to content

Commit

Permalink
fix: 🚑️ fix icon folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Feb 26, 2024
1 parent 570b2ed commit 64d7c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="theme-color" content="#160736" />

<link rel="stylesheet" href="src/style.css" />
<link rel="icon" href="any.svg" />
<link rel="icon" href="icon/any.svg" />

<title>Task Aggregator</title>
</head>
Expand Down

0 comments on commit 64d7c76

Please sign in to comment.