Skip to content

Commit

Permalink
fix: remove unused favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Nov 11, 2024
1 parent 9242fe3 commit 5e6249c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 45 deletions.
Binary file removed src/assets/favicon.png
Binary file not shown.
44 changes: 0 additions & 44 deletions src/assets/favicon.svg

This file was deleted.

File renamed without changes.
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<html>
<head>
<title>Nuts And Bolts</title>
<link rel="shortcut icon" type="image/x-icon" href="./assets/favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
type="image/x-icon"
href="./assets/images/favicon.ico"
/>
<link href="./css/styles.css" rel="stylesheet" />
</head>
<body>
Expand Down

0 comments on commit 5e6249c

Please sign in to comment.