Skip to content

Commit

Permalink
v 4.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed May 12, 2023
1 parent db32f60 commit 731fd51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaeditor-nextjs",
"version": "4.0.20",
"version": "4.3.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -20,8 +20,8 @@
"@mui/material": "latest",
"@next/font": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rsuite": "^5.28.1",
"pixel-streaming": "latest",
"react-full-screen": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
<Html lang="en">
<Head>
{/* PWA primary color */}
<meta name="theme-color" content={theme.palette.primary.main} />
<meta name="theme-color" content={theme.palette.common.black} />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="emotion-insertion-point" content="" />
{emotionStyleTags}
Expand Down

0 comments on commit 731fd51

Please sign in to comment.