update submission
This commit is contained in:
@@ -225,8 +225,7 @@ class _HomePageState extends ConsumerState<HomePage> {
|
||||
QuickAction(
|
||||
icon: FontAwesomeIcons.building,
|
||||
label: 'Đăng ký dự án',
|
||||
onTap: () =>
|
||||
_showComingSoon(context, 'Đăng ký dự án', l10n),
|
||||
onTap: () => context.push(RouteNames.submissions),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user