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.
1 parent ee4a4af commit ad86dffCopy full SHA for ad86dff
src/components/EventCard.tsx
@@ -113,7 +113,7 @@ const EventCard = ({
113
</Box>
114
115
<Box padding={4} paddingTop={0} width={"100%"}>
116
- <ButtonLink to={to} width={"100%"} variant="outline">
+ <ButtonLink href={to} width={"100%"} variant="outline">
117
View Event
118
</ButtonLink>
119
src/components/UpcomingEventsList.tsx
@@ -182,6 +182,7 @@ const UpcomingEventsList = () => {
182
justifyContent="center"
183
maxWidth="620px"
184
marginTop="5"
185
+ paddingY="8"
186
>
187
<Button onClick={loadMoreEvents}>
188
{t("page-community-upcoming-events-load-more")}
0 commit comments