Skip to content

Commit

Permalink
🩹 events active gap for buttons [b]
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Mar 5, 2024
1 parent e2ee853 commit d5a1ef9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ function AccordionClient({ defaultValue, items }) {
// 'items-center align-middle',
'mr-1 w-full justify-end text-right md:w-6/12 lg:mr-4',
'flex flex-col',
'gap-2',
)}
>
<Button
aria-label={`Read more detailed information for ${title}`}
asChild
className={cx('justify-center')}
variant="solid"
>
<NextLink href={href}>Detailed Info</NextLink>
</Button>
Expand All @@ -149,6 +151,7 @@ function AccordionClient({ defaultValue, items }) {
className={cx(
'flex-row items-center justify-center gap-1',
)}
variant="surface"
>
<NextLink href={ticketUrl}>
<>Buy Tickets</>
Expand Down

0 comments on commit d5a1ef9

Please sign in to comment.