Skip to content

Commit 09245a9

Browse files
hroncokfrenzymadness
authored andcommitted
Fix date preposition
1 parent 0f18584 commit 09245a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/events-slider/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default props => {
3737
href={event.site}
3838
className="EventsSlider--description"
3939
>
40-
See you in <span>{event.city}</span> the <span>{event.date}</span>!
40+
See you in <span>{event.city}</span> on <span>{event.date}</span>!
4141
</a>
4242
</div>
4343
);

0 commit comments

Comments
 (0)