Skip to content

Commit

Permalink
[feat] image path
Browse files Browse the repository at this point in the history
  • Loading branch information
greatdolphinls committed Sep 30, 2021
1 parent 19a5d07 commit f1a6588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants/image-paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const WHITE_LOGO_IMAGE_PATH = '/assets/images/white-logo.png';
const BLACK_LOGO_IMAGE_PATH = '/assets/images/black-logo.png';
const HOME_LOGO_IMAGE_PATH = '/assets/images/home-logo.png';
const BANNER_IMAGE_PATH = '/assets/images/banner.png';
const BANNER_IMAGE_PATH = 'https://res.cloudinary.com/leda/image/upload/v1633019916/avyfba0kefc4xspk6m5h.png';
const AUTH_BACKGROUND_IMAGE_PATH = '/assets/images/background/auth.jpg';
const HEADER_BACKGROUND_IMAGE_PATH = '/assets/images/background/header.jpg';
const FOOTER_BACKGROUND_IMAGE_PATH = '/assets/images/background/footer.jpg';
Expand Down

0 comments on commit f1a6588

Please sign in to comment.