Skip to content

Commit

Permalink
Add icon to request ownership button
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Dec 5, 2024
1 parent 0fcfd5e commit 23b02a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/organizers/[organizerId]/preview/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ const OrganizersPreview = () => {
{!canEdit && isOwnershipEnabled && !isOwnershipRequested && (
<Button
variant={ButtonVariants.PRIMARY}
spacing={3}
iconName={Icons.PLUS_CIRCLE}
onClick={() => setIsQuestionModalVisible(true)}
>
{t('organizers.detail.actions.request')}
Expand Down

0 comments on commit 23b02a7

Please sign in to comment.