Skip to content

Commit

Permalink
wallet app: add review app.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkernel committed Sep 17, 2022
1 parent 6c8e3fc commit 1dbeb82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/wallet/src/views/Portal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1dbeb82

Please sign in to comment.