Skip to content

Commit 983bc29

Browse files
authored
Fix: access memberships from admin UI (#590)
1 parent 04f9da3 commit 983bc29

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/admin/ui/pages/main_page/main_page.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ class AdminMainPage extends HookConsumerWidget {
7070
icon: HeroIcons.creditCard,
7171
),
7272
),
73+
GestureDetector(
74+
onTap: () {
75+
QR.to(AdminRouter.root + AdminRouter.associationMemberships);
76+
},
77+
child: const MenuCardUi(
78+
text: AdminTextConstants.memberships,
79+
icon: HeroIcons.link,
80+
),
81+
),
7382
],
7483
),
7584
),

0 commit comments

Comments
 (0)