Added liked tenders desigm and data from api
This commit is contained in:
@@ -47,7 +47,7 @@ class _YourTendersTabletPageState extends State<YourTendersTabletPage>
|
||||
key: key,
|
||||
backgroundColor: AppColors.backgroundColor,
|
||||
appBar: tabletAppBar(
|
||||
title: YourTendersStrings.yourTendersTitle,
|
||||
title: YourTendersStrings.yourTenders,
|
||||
key: key,
|
||||
),
|
||||
drawer: TabletNavigationWidget(
|
||||
|
||||
@@ -2,7 +2,6 @@ class YourTendersStrings {
|
||||
YourTendersStrings._();
|
||||
|
||||
static const String yourTenders = 'Your tenders';
|
||||
static const String yourTendersTitle = 'Your tenders';
|
||||
static const filter = 'Filter';
|
||||
static const selectDateRange = 'Select date range';
|
||||
static const status = 'Status';
|
||||
|
||||
@@ -20,7 +20,7 @@ class TabletDesktopAppbar extends StatelessWidget {
|
||||
),
|
||||
SizedBox(width: 8.0.w()),
|
||||
Text(
|
||||
YourTendersStrings.yourTendersTitle,
|
||||
YourTendersStrings.yourTenders,
|
||||
style: TextStyle(
|
||||
fontSize: 20,
|
||||
fontWeight: FontWeight.w600,
|
||||
|
||||
Reference in New Issue
Block a user