Skip to content

Commit

Permalink
Fix button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Sep 23, 2024
1 parent d21cea4 commit 7db9dcd
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,13 @@ export const CollectInformation = () => {
to={eventHomepagePath(event as Event)}
variant="transparent"
leftSection={<IconChevronLeft />}
style={{ padding: 0, marginBottom: 10 }}
size={'sm'}
ml={'-20px'}
>
{t`Back to event page`}
</Button> <h2>
</Button>

<h2>
{t`Your Details`}
</h2>

Expand Down

0 comments on commit 7db9dcd

Please sign in to comment.