Skip to content

Commit

Permalink
Merge pull request skiff-org#160 from mikezzb/feat3
Browse files Browse the repository at this point in the history
fix: production mail icon
  • Loading branch information
amilich authored Dec 3, 2023
2 parents e8d70be + 973a6f4 commit e26c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skemail-web/src/components/mailbox/MailboxHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const MailBoxSelector = styled.div`
export const MAIL_LIST_HEADER_ID = 'mailListHeader';
export const MOBILE_HEADER_HEIGHT = 160;

const FAVICON_URL = '/favicon.ico';
const FAVICON_URL = '/mail/assets/favicon.ico';

let mailListHeaderElement;
const setMailListElementCache = () => {
Expand Down

0 comments on commit e26c06b

Please sign in to comment.