Skip to content

Commit dba5597

Browse files
committed
Fix link to csb-ios.svg
1 parent 1cd1906 commit dba5597

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/app/src/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta property="twitter:image:height" content="630">
2222
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
2323
<link rel="shortcut icon" href="/favicon.ico">
24-
<link rel="mask-icon" href="csb-ios.svg" color="#fff">
24+
<link rel="mask-icon" href="/csb-ios.svg" color="#fff">
2525
<link rel="manifest" href="/manifest.json">
2626
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
2727
<script>

packages/app/src/embed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source Code Pro:500" rel="stylesheet">
2424
<link href="/static/fonts/inter/inter.css" rel="stylesheet">
2525
<link rel="manifest" href="/manifest.json">
26-
<link rel="mask-icon" href="csb-ios.svg" color="#fff">
26+
<link rel="mask-icon" href="/csb-ios.svg" color="#fff">
2727
<link rel="shortcut icon" href="/favicon.ico">
2828
<title>Embed - CodeSandbox</title>
2929
<!-- Google Tag Manager -->

packages/app/src/sandbox/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Sandbox - CodeSandbox</title>
88
<link rel="manifest" href="/manifest.json">
99
<link rel="shortcut icon" href="/favicon.ico">
10-
<link rel="mask-icon" href="csb-ios.svg" color="#fff">
10+
<link rel="mask-icon" href="/csb-ios.svg" color="#fff">
1111
<script src="<%= webpackConfig.output.publicPath %>static/browserfs9/browserfs.min.js"
1212
type="text/javascript"></script>
1313

0 commit comments

Comments
 (0)