Skip to content

Commit deef3cb

Browse files
authored
Merge pull request #962 from cultuurnet/bugfix/III-6423
2 parents 8b2d978 + 2375b26 commit deef3cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/organizers/[organizerId]/preview/index.page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,14 @@ const OrganizersPreview = () => {
210210
{t('organizers.detail.actions.manage')}
211211
</Link>
212212
)}
213-
<Link
214-
variant={LinkButtonVariants.BUTTON_SECONDARY}
213+
<Button
214+
variant={ButtonVariants.SECONDARY}
215215
spacing={3}
216216
iconName={Icons.ARROW_LEFT}
217-
href={`/organizers`}
217+
onClick={() => router.back()}
218218
>
219219
{t('organizers.detail.actions.back')}
220-
</Link>
220+
</Button>
221221
</Stack>
222222
</Inline>
223223
</Stack>

0 commit comments

Comments
 (0)