Skip to content

Commit

Permalink
Merge pull request #366 from Aymanhki/ayman
Browse files Browse the repository at this point in the history
Bug fix for mobile view.
  • Loading branch information
Aymanhki authored Apr 2, 2024
2 parents 194ffd4 + a676bf5 commit 1bab95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epoch_frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8"/>
<link rel="icon" href="%PUBLIC_URL%/images/epoch-logo-400.jpeg"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="Epoch" content="A time capsule social media platform"/>
<title>Epoch</title>
</head>
Expand Down

0 comments on commit 1bab95c

Please sign in to comment.