contact arabic in drawer
This commit is contained in:
parent
b9c940ef4f
commit
fdf2cb70c4
@ -989,7 +989,7 @@ class _BaseScaffoldState extends ConsumerState<BaseScaffold> {
|
|||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.mail_outlined),
|
leading: Icon(Icons.mail_outlined),
|
||||||
title: const Text('Contact'),
|
title: Text(context.translate('Contact','اتصل'),),
|
||||||
onTap: () => context.push('/contact'),
|
onTap: () => context.push('/contact'),
|
||||||
),
|
),
|
||||||
if (userId != 'guest')
|
if (userId != 'guest')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user