Skip to content

Commit

Permalink
fix wrong icon link in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AssoulYasser authored Jun 22, 2024
1 parent 4cf6aa7 commit 1a4f7eb
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 @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/" />
<link rel="icon" type="image/svg+xml" href="/src/assets/HaickLogo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Haick24</title>
</head>
Expand Down

0 comments on commit 1a4f7eb

Please sign in to comment.