Skip to content

Commit

Permalink
Revert "Add AppSignal favicon"
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbaarsen authored Sep 6, 2021
1 parent b3fbf59 commit bbc5eee
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
15 changes: 0 additions & 15 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ const App = ({ statusPage }) => {
return (
<>
<Head>
<link
rel="icon"
href="/assets/favicon/favicon.svg"
type="image/svg+xml"
/>
<link
rel="mask-icon"
href="/assets/favicon/favicon.svg"
color="#29A575"
/>
<link
rel="apple-touch-icon"
href="/assets/favicon/apple-touch-icon.png"
/>
<link rel="manifest" href="/assets/favicon/manifest.webmanifest" />
<title>{statusPage.title} Status</title>
</Head>
<Header title={statusPage.title} />
Expand Down
Binary file removed public/assets/favicon/apple-touch-icon.png
Binary file not shown.
Binary file removed public/assets/favicon/favicon-192.png
Binary file not shown.
Binary file removed public/assets/favicon/favicon-512.png
Binary file not shown.
4 changes: 0 additions & 4 deletions public/assets/favicon/favicon.svg

This file was deleted.

7 changes: 0 additions & 7 deletions public/assets/favicon/manifest.webmanifest

This file was deleted.

0 comments on commit bbc5eee

Please sign in to comment.