-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(images): move the logos to the images folder
- Loading branch information
1 parent
57dac99
commit a24be3f
Showing
6 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
abstract class AppImages { | ||
static const String easyinvest = 'assets/images/easyinvest.jpg'; | ||
static const String pix = 'assets/images/pix.jpg'; | ||
static const String referFriend = 'assets/images/refer_friend.jpg'; | ||
static const String _path = 'assets/images/'; | ||
static const String logo = '${_path}logo.png'; | ||
static const String logoBackground = '${_path}logo_background.png'; | ||
static const String logoWhite = '${_path}logo_white.png'; | ||
static const String easyinvest = '${_path}easyinvest.jpg'; | ||
static const String pix = '${_path}pix.jpg'; | ||
static const String referFriend = '${_path}refer_friend.jpg'; | ||
} |
a24be3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nubank-clone – ./
nubank-clone-git-main-ricardodalarme-chiselstrike.vercel.app
nubank-clone-ricardodalarme-chiselstrike.vercel.app
nubank-clone-omega.vercel.app