diff --git a/packages/wallet/src/views/Portal.jsx b/packages/wallet/src/views/Portal.jsx index e622989..180f76f 100644 --- a/packages/wallet/src/views/Portal.jsx +++ b/packages/wallet/src/views/Portal.jsx @@ -120,6 +120,13 @@ const memberCards = [ active: true, minRole: EXTERNAL_ROLE }, + { + title: 'Review', + description: 'Review applications and help expand the Kernel Community', + url: getUrl('review'), + active: true, + minRole: MEMBER_ROLE + }, { title: 'Events', description: 'Create and register for Events',