Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Fixed favicon reference (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
saugon authored Sep 25, 2023
1 parent 4e21bc8 commit d980dae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/starknet_explorer_web/components/layouts/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="csrf-token" content={get_csrf_token()} />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href={~p"/images/favicon.ico"} />
<link rel="icon" type="image/png" sizes="16x16" href={~p"/images/favicon.ico"} />
<link rel="icon" type="image/png" sizes="32x32" href={~p"/images/favicon-32x32.png"} />
<link rel="icon" type="image/png" sizes="16x16" href={~p"/images/favicon-16x16.png"} />
<!-- Primary Meta Tags -->
<title>Madara Explorer</title>
<meta name="title" content="Madara Explorer" />
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit d980dae

Please sign in to comment.