Skip to content

Commit

Permalink
Add & to more events
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Dec 14, 2023
1 parent 2d1fd0d commit adcb312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"other": "Other",
"events": "Events",
"previousEvents": "Previous Events",
"nMoreEventsPrev": "<s>{{ n }}</s> more events<br/>previously posted",
"nMoreEventsPrev": "&<s>{{ n }}</s> more events<br/>previously posted",
"allEvents": "All Events",
"eventName": "Event name",
"sorryNoEvents": "Sorry, there are no events that match these filters.",
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/pages/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ export default function Events() {
n: nMorePrevEvents,
}}
components={{
s: <span className="text-4xl text-accent" />,
s: (
<span className="text-4xl text-accent ms-1.5 me-0.5" />
),
}}
/>
</h4>
Expand Down

0 comments on commit adcb312

Please sign in to comment.