Skip to content

Commit

Permalink
Remove icon links
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyvugithub committed Apr 18, 2021
1 parent b21b699 commit 68f84bc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/web/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ class MyDocument extends Document {
<meta name="theme-color" content={lightTheme.palette.primary.main} />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" sizes="180x180" href="/logoImages/apple-icon-180.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/logoImages/manifest-icon-192.png"
/>
<link
rel="shortcut icon"
type="image/png"
sizes="192x192"
href="/logoImages/manifest-icon-192.png"
/>

<meta name="description" content={description} />
<meta name="author" content={author} />
Expand Down

0 comments on commit 68f84bc

Please sign in to comment.