Skip to content

Commit

Permalink
Merge pull request #961 from cultuurnet/feature/III-6422
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen authored Dec 11, 2024
2 parents deef3cb + a007c13 commit 9e507c4
Show file tree
Hide file tree
Showing 2 changed files with 5 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
3 changes: 3 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 All @@ -205,6 +207,7 @@ const OrganizersPreview = () => {
<Link
variant={LinkButtonVariants.BUTTON_SECONDARY}
spacing={3}
iconName={Icons.USERS}
href={`/organizer/${organizerId}/ownerships`}
>
{t('organizers.detail.actions.manage')}
Expand Down

0 comments on commit 9e507c4

Please sign in to comment.