Skip to content

Commit

Permalink
Merge pull request #22 from untilhamza/fix/correct-max-scale-attr
Browse files Browse the repository at this point in the history
Fix/correct max scale attr
  • Loading branch information
untilhamza authored Aug 31, 2022
2 parents af45356 + 544c929 commit a27bd1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1 maximum-scale=1 , user-scalable = no"
/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1 , user-scalable = no" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site for making appointments at Elkpro cut services"
/>
<meta name="description" content="Web site for making appointments at Elkpro cut services" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.2.0"
"version": "1.2.1"
}

0 comments on commit a27bd1f

Please sign in to comment.