Skip to content

Commit

Permalink
Add icon to add ownership button
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Dec 5, 2024
1 parent d1c2446 commit 0fcfd5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/organizers/[organizerId]/ownerships/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ const Ownership = () => {
<Stack spacing={3.5} flex={1}>
<Button
variant={ButtonVariants.PRIMARY}
iconName={Icons.PLUS_CIRCLE}
spacing={3}
onClick={() => {
setIsSuccessAlertVisible(false);
setActionType(ActionType.REQUEST);
Expand Down

0 comments on commit 0fcfd5e

Please sign in to comment.