Skip to content

Commit

Permalink
fix: add link to favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
abelr20 committed Aug 22, 2024
1 parent bb5707c commit c846af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>SkyScraper</title>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel="icon" type="image/x-icon" href="/path/to/favicon.ico">
<link rel="icon" href="../src/assets/images/CircleLogo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down

0 comments on commit c846af7

Please sign in to comment.