Skip to content

Commit

Permalink
Change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lassebje committed Nov 7, 2024
1 parent c8d1ecd commit ad952f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="shortcut icon" href="icon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "MetPortal",
"name": "Metocean Portal Demo",
"icons": [
{
"src": "favicon.ico",
"src": "icon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
Expand Down

0 comments on commit ad952f6

Please sign in to comment.