✨ Programs, members
🐛 Fix web assets redirecting issue
This commit is contained in:
@ -145,6 +145,16 @@ class _AuthorizedAccountScreen extends StatelessWidget {
|
||||
GoRouter.of(context).pushNamed('accountPublishers');
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
title: Text('accountProgram').tr(),
|
||||
subtitle: Text('accountProgramDescription').tr(),
|
||||
contentPadding: const EdgeInsets.symmetric(horizontal: 24),
|
||||
leading: const Icon(Symbols.communities),
|
||||
trailing: const Icon(Symbols.chevron_right),
|
||||
onTap: () {
|
||||
GoRouter.of(context).pushNamed('accountProgram');
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
title: Text('friends').tr(),
|
||||
subtitle: Text('friendsDescription').tr(),
|
||||
|
Reference in New Issue
Block a user