Skip to content

Commit 688a898

Browse files
authored
Update favicon (#659)
1 parent 2698269 commit 688a898

4 files changed

Lines changed: 30 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ yarn-error.log*
3737
.ipynb_checkpoints
3838

3939
.yarn
40+
.vscode/

public/favicon.ico

-2.95 KB
Binary file not shown.

public/favicon.svg

Lines changed: 27 additions & 0 deletions
Loading

src/components/layout.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export const Layout = ({
3838
sizes='96x96'
3939
href='/Xarray-assets/Icon/Xarray_Icon_final.svg'
4040
/>
41+
<link rel='icon' type='image/svg+xml' href='/favicon.svg' />
42+
<link rel='icon' type='image/png' href='/favicon.png' />
4143

4244
<title>{title}</title>
4345
</Head>

0 commit comments

Comments
 (0)