Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Remove theme-color meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 23, 2023
1 parent 5fc566e commit 23a3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/next/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function App({ Component, pageProps, router }: AppProps) {
<meta name="apple-mobile-web-app-title" content="Showtime" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#000000" />

<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no, viewport-fit=cover"
name="viewport"
Expand Down

0 comments on commit 23a3b8e

Please sign in to comment.