check web and tablet for logic
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
class AssetsManager {
|
||||
AssetsManager._();
|
||||
|
||||
//logo
|
||||
static const logoSmall = 'assets/icons/logo_small.svg';
|
||||
static const logoBig = 'assets/icons/logo_big.svg';
|
||||
|
||||
//bottom navigation
|
||||
static const homeActive = 'assets/icons/home_active.svg';
|
||||
static const home = 'assets/icons/home.svg';
|
||||
|
||||
Reference in New Issue
Block a user