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

Commit

Permalink
chore: added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Oct 20, 2023
1 parent af65c15 commit 0f81a65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/deriv-hk/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export default function Document() {
<Html lang="en" className="bg-background-primary-container">
<Head>
<meta name="color-scheme" content="light dark" />
<link rel="icon" href="images/favicon.png" type="image/x-icon" />
<link
rel="shortcut icon"
href="images/favicon.png"
type="image/x-icon"
/>
</Head>
<body>
<Main />
Expand Down
Binary file removed apps/deriv-hk/public/favicon.ico
Binary file not shown.
Binary file added apps/deriv-hk/public/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f81a65

Please sign in to comment.