Skip to content

Commit bd10f0b

Browse files
authored
Update src/components/UpcomingEventsList.tsx
1 parent fd11034 commit bd10f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UpcomingEventsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const UpcomingEventsList: React.FC<IProps> = () => {
135135
display="flex"
136136
justifyContent="center"
137137
maxWidth="620px"
138-
marginTop= "5"
138+
marginTop="5"
139139
>
140140
{isVisible && (
141141
<Button onClick={loadMoreEvents}>

0 commit comments

Comments
 (0)