Skip to content

Commit

Permalink
updated theme color for status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
makersmecca committed Dec 24, 2024
1 parent 0c36e12 commit 4040804
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpeg" href="/pageLogo.jpeg" />
<link rel="icon" type="image/png" href="/IMG_5424.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta name="theme-color" content="#ffffff" />

<title>Vibie</title>
<meta name="description" content="Join the #VibeTribe" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#ffffff" />
<meta name="apple-mobile-web-app-title" content="Vibie" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 4040804

Please sign in to comment.