Skip to content

Commit 07a0982

Browse files
authored
update favicon (#3200)
* update favicon * update favicons
1 parent 9147919 commit 07a0982

File tree

6 files changed

+63
-1
lines changed

6 files changed

+63
-1
lines changed

packages/app/public/csb-ios.svg

Lines changed: 59 additions & 0 deletions
Loading

packages/app/public/favicon.ico

4.92 KB
Binary file not shown.

packages/app/src/app/favicon.ico

-16.6 KB
Binary file not shown.

packages/app/src/app/index.html

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

packages/app/src/embed/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +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">
2627
<link rel="shortcut icon" href="/favicon.ico">
2728
<title>Embed - CodeSandbox</title>
2829
<!-- Google Tag Manager -->

packages/app/src/sandbox/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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">
1011
<script src="<%= webpackConfig.output.publicPath %>static/browserfs7/browserfs.min.js"
1112
type="text/javascript"></script>
1213

0 commit comments

Comments
 (0)