Skip to content

Commit ad86dff

Browse files
committed
chore: refactor ui & View Event link
1 parent ee4a4af commit ad86dff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/EventCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const EventCard = ({
113113
</Box>
114114
</Box>
115115
<Box padding={4} paddingTop={0} width={"100%"}>
116-
<ButtonLink to={to} width={"100%"} variant="outline">
116+
<ButtonLink href={to} width={"100%"} variant="outline">
117117
View Event
118118
</ButtonLink>
119119
</Box>

src/components/UpcomingEventsList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const UpcomingEventsList = () => {
182182
justifyContent="center"
183183
maxWidth="620px"
184184
marginTop="5"
185+
paddingY="8"
185186
>
186187
<Button onClick={loadMoreEvents}>
187188
{t("page-community-upcoming-events-load-more")}

0 commit comments

Comments
 (0)