Skip to content

Commit 5fad91f

Browse files
vxnaCompuIves
authored andcommitted
Fix duplicate theme-color meta tag (codesandbox#2274)
1 parent 38398c4 commit 5fad91f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/app/src/app/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png">
2020
<meta property="twitter:image:width" content="1200">
2121
<meta property="twitter:image:height" content="630">
22-
<meta name="theme-color" content="#40A9F3">
2322
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
2423
<link rel="shortcut icon" href="/favicon.ico">
2524
<link rel="manifest" href="/manifest.json">

packages/app/src/embed/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png">
2020
<meta property="twitter:image:width" content="1200">
2121
<meta property="twitter:image:height" content="630">
22-
<meta name="theme-color" content="#40A9F3">
2322
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
2423
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source Code Pro:500" rel="stylesheet">
2524
<link rel="manifest" href="/manifest.json">

0 commit comments

Comments
 (0)