Skip to content

Commit

Permalink
edited sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
achowdhry-ripple committed Oct 8, 2024
1 parent 322da48 commit 508472b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
-->
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="../public/favicon.ico" type="image/x-icon" rel="icon" sizes=”192×192″ />
<link href="../public/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="../public/android-icon.png" rel="icon" sizes="192×192" />
<link href="../public/favicon.ico" type="image/x-icon" rel="icon" sizes="64x64 32x32 24x24 16x16" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 508472b

Please sign in to comment.