Skip to content

Commit

Permalink
Merge pull request #90 from Field-Day-2022/favico
Browse files Browse the repository at this point in the history
fix: update favicon link in HTML
  • Loading branch information
IanSkelskey authored Jul 27, 2024
2 parents a482b63 + b1c2b5d commit f9346c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Field Day</title>
<link rel="manifest" href="/manifest.json" />
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

0 comments on commit f9346c6

Please sign in to comment.