Skip to content

Commit

Permalink
fix: 🍱 change icns to png in head for icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Nov 27, 2021
1 parent b22e7b9 commit e312e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const App = class extends Component {
<link rel="icon" type="image/svg+xml" href="./images/pulogo-square.svg" />
<link rel="icon" type="image/png" href="./images/pulogo-square.png" />

<link rel="apple-touch-icon" sizes="512x512" href="./images/icon.icns" />
<link rel="apple-touch-icon" sizes="512x512" href="./images/icon.png" />

<link rel="mask-icon" href="./images/pulogo.svg" color="#0000ff" />
<meta name="application-name" content="Pumpn Universe" />
Expand Down

0 comments on commit e312e49

Please sign in to comment.