Skip to content

Commit

Permalink
update favicon image
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and Andrey committed Dec 18, 2023
1 parent 534f54c commit 7d23d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const IS_MOBILE = isMobile();
// THE CONSTANTS BELOW ARE ALL CONFIGURED BY ENVIRONMENT VARIABLES
// AND DISPLAY THE DESIRED TEXT/IMAGES/URLS/ETC THROUGHOUT THE APP
export const SEO_IMAGE =
"https://charity-profile-images.s3.amazonaws.com/logo/angelprotocol-wings-bl.png";
"https://charity-profile-images.s3.amazonaws.com/bettergiving-favicon-min.png";
export const EMAIL_SUPPORT = "support@better.giving";
export const APP_NAME = "Better Giving";
export const BASE_URL = "https://better.giving";
Expand Down

0 comments on commit 7d23d0b

Please sign in to comment.