Skip to content

Commit

Permalink
fix(web): Correctly configure initial scale
Browse files Browse the repository at this point in the history
Fixes typo when configuring initial scale.

Fixes #61.
  • Loading branch information
langri-sha committed Jun 18, 2024
1 parent 6f7b530 commit 2f1bfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, intial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Welcome to my abode!" />
<meta name="keywords" content="langrisha, langri-sha, langri, sha" />
<meta name="theme-color" content="#333" />
Expand Down

0 comments on commit 2f1bfe7

Please sign in to comment.