Skip to content

Commit

Permalink
chore: Udpate mobile tab color
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed May 5, 2024
1 parent c34323f commit 6d986d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/shared/components/Favicon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const Favicon: FunctionComponent = () => {
/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="1ilsang.dev" />
<meta name="theme-color" content="#f6fc43" />
<meta name="apple-mobile-web-app-status-bar-style" content="#f6fc43" />
<meta name="theme-color" content="#141621" />
<meta name="apple-mobile-web-app-status-bar-style" content="#141621" />
</>
);
};
Expand Down

0 comments on commit 6d986d0

Please sign in to comment.