favorite
This commit is contained in:
@@ -142,8 +142,7 @@ class HomePage extends ConsumerWidget {
|
||||
QuickAction(
|
||||
icon: Icons.favorite,
|
||||
label: 'Yêu thích',
|
||||
onTap: () =>
|
||||
_showComingSoon(context, 'Yêu thích', l10n),
|
||||
onTap: () => context.push(RouteNames.favorites),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user