Skip to content

Commit

Permalink
Merge branch 'main' into feature/III-6422
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen authored Dec 11, 2024
2 parents 23b02a7 + deef3cb commit a007c13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copy the `.env.example` and rename it to `.env.local`.
Fill in the correct values for the variables.
For running it in combination with [udb3-backend](https://github.com/cultuurnet/udb3-backend) on [Docker](https://www.docker.com),
a sample `.env` is available in [appconfig](https://github.com/cultuurnet/appconfig/blob/main/files/uitdatabank/docker/udb3-frontend/.env).
a sample `env` (rename it to `.env`) is available in [appconfig](https://github.com/cultuurnet/appconfig/blob/main/files/uitdatabank/docker/udb3-frontend/env).

## Build Setup

Expand Down
8 changes: 4 additions & 4 deletions src/pages/organizers/[organizerId]/preview/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,14 @@ const OrganizersPreview = () => {
{t('organizers.detail.actions.manage')}
</Link>
)}
<Link
variant={LinkButtonVariants.BUTTON_SECONDARY}
<Button
variant={ButtonVariants.SECONDARY}
spacing={3}
iconName={Icons.ARROW_LEFT}
href={`/organizers`}
onClick={() => router.back()}
>
{t('organizers.detail.actions.back')}
</Link>
</Button>
</Stack>
</Inline>
</Stack>
Expand Down

0 comments on commit a007c13

Please sign in to comment.