✨ added your tenders screen
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
class AssetsManager {
|
||||
AssetsManager._();
|
||||
|
||||
//bottom navigation
|
||||
static const homeActive = 'assets/icons/home_active.svg';
|
||||
|
||||
// login page
|
||||
static const logo = 'assets/pngs/logo.png';
|
||||
static const userIcon = 'assets/svgs/user_icon.svg';
|
||||
@@ -17,4 +20,7 @@ class AssetsManager {
|
||||
static const location = 'assets/icons/location.svg';
|
||||
static const arrowCircleLeft = 'assets/icons/arrow-circle-left.svg';
|
||||
static const arrowCircleRight = 'assets/icons/arrow-circle-right.svg';
|
||||
|
||||
//your tenders page
|
||||
static const tickCircle = 'assets/icons/tick-circle.svg';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user