Skip to content

Commit db250cd

Browse files
committed
Updating bar style to black
1 parent 9171e97 commit db250cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PageHead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const PageHead: React.FC<
3232
<meta name='apple-mobile-web-app-capable' content='yes' />
3333
<meta
3434
name='apple-mobile-web-app-status-bar-style'
35-
content='black-translucent'
35+
content='black'
3636
/>
3737

3838
<meta name='robots' content='index,follow' />

0 commit comments

Comments
 (0)