We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b2d978 + 2375b26 commit deef3cbCopy full SHA for deef3cb
src/pages/organizers/[organizerId]/preview/index.page.tsx
@@ -210,14 +210,14 @@ const OrganizersPreview = () => {
210
{t('organizers.detail.actions.manage')}
211
</Link>
212
)}
213
- <Link
214
- variant={LinkButtonVariants.BUTTON_SECONDARY}
+ <Button
+ variant={ButtonVariants.SECONDARY}
215
spacing={3}
216
iconName={Icons.ARROW_LEFT}
217
- href={`/organizers`}
+ onClick={() => router.back()}
218
>
219
{t('organizers.detail.actions.back')}
220
- </Link>
+ </Button>
221
</Stack>
222
</Inline>
223
0 commit comments