Skip to content

Commit

Permalink
Feat(renderHTML): add theme-color meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Apr 25, 2021
1 parent 604a13f commit 578041b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cool-starter",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "A starter boilerplate for a universal web application with the best development experience and best practices.",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/server/renderHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default (
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
Expand Down

0 comments on commit 578041b

Please sign in to comment.