Skip to content

Commit

Permalink
Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
patmagauran authored May 18, 2023
1 parent d3dad4a commit 20a1c20
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 6 deletions.
Binary file added math2code/public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added math2code/public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added math2code/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added math2code/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added math2code/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified math2code/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion math2code/public/next.svg

This file was deleted.

19 changes: 19 additions & 0 deletions math2code/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "MathCoder",
"short_name": "MathCoder",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
1 change: 0 additions & 1 deletion math2code/public/thirteen.svg

This file was deleted.

1 change: 0 additions & 1 deletion math2code/public/vercel.svg

This file was deleted.

5 changes: 4 additions & 1 deletion math2code/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
<Head>
{/* PWA primary color */}
<meta name="theme-color" content={theme.palette.primary.main} />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/>
<link rel="manifest" href="/site.webmanifest"/>
<meta name="emotion-insertion-point" content="" />
{emotionStyleTags}
</Head>
Expand Down
2 changes: 0 additions & 2 deletions math2code/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export default function Home() {
name="description"
content="Interactive Equation editor which converts typeset equations into code and excel-compatibile formulas."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<Box>
<DrawerLayout
Expand Down

0 comments on commit 20a1c20

Please sign in to comment.