Removed conflicting asset paths and cleaned up the AssetsManager class in assets.dart
This commit is contained in:
@@ -20,12 +20,9 @@ class AssetsManager {
|
|||||||
static const location = 'assets/icons/location.svg';
|
static const location = 'assets/icons/location.svg';
|
||||||
static const arrowCircleLeft = 'assets/icons/arrow-circle-left.svg';
|
static const arrowCircleLeft = 'assets/icons/arrow-circle-left.svg';
|
||||||
static const arrowCircleRight = 'assets/icons/arrow-circle-right.svg';
|
static const arrowCircleRight = 'assets/icons/arrow-circle-right.svg';
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
//your tenders page
|
//your tenders page
|
||||||
static const tickCircle = 'assets/icons/tick-circle.svg';
|
static const tickCircle = 'assets/icons/tick-circle.svg';
|
||||||
=======
|
|
||||||
static const arrowLeft = 'assets/svgs/arrow_left.svg';
|
static const arrowLeft = 'assets/svgs/arrow_left.svg';
|
||||||
static const export = 'assets/svgs/export.svg';
|
static const export = 'assets/svgs/export.svg';
|
||||||
>>>>>>> 92b89fdea46b90000b1e2c986d973dd8161fb7cb
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user