Skip to content

Commit

Permalink
Fix index.html (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Gleb Remniov <[email protected]>
  • Loading branch information
glebremniov authored Jan 23, 2024
1 parent 3d59397 commit a6149cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
<link rel="manifest" href="/manifest.json"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>The Kitchen Calculator App</title>
<title>The Kitchen App</title>
<meta name="theme-color" content="#fcfcfc" media="(prefers-color-scheme: light)">
<!--<meta name="theme-color" content="#000" media="(prefers-color-scheme: dark)">-->
<meta name="theme-color" content="#fcfcfc" media="(prefers-color-scheme: dark)">
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-kitchen-vite-app",
"private": true,
"version": "1.4.4",
"version": "1.4.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit a6149cc

Please sign in to comment.