Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Fix safari tab icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBuzzLightyear committed Sep 24, 2023
1 parent 521d031 commit 9d3d73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ui-dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/fav/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/fav/favicon-16x16.png" />
<link rel="manifest" href="/fav/site.webmanifest" />
<link rel="mask-icon" href="/fav/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#333333" />
<link rel="mask-icon" href="/fav/safari-pinned-tab.svg" color="#50AF95" />
<meta name="theme-color" content="#333333" />
<title>O2Pay</title>
</head>
Expand Down
3 changes: 1 addition & 2 deletions ui-payment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/fav/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/fav/favicon-16x16.png" />
<link rel="manifest" href="/fav/site.webmanifest" />
<link rel="mask-icon" href="/fav/safari-pinned-tab.svg" color="#4faf95" />
<meta name="msapplication-TileColor" content="#4faf95" />
<link rel="mask-icon" href="/fav/safari-pinned-tab.svg" color="#50AF95" />
<meta name="theme-color" content="#4faf95" />
<title>OxygenPay</title>
</head>
Expand Down

0 comments on commit 9d3d73b

Please sign in to comment.