Skip to content

Commit

Permalink
DBC22-1676
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbird committed Jan 31, 2024
1 parent 09edd62 commit c292699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/Components/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function Filters(props) {
}>
<FontAwesomeIcon icon={faXmark} />
</button>

<div className="filters-list">
<div className="filter-group">
<p className="filter-group__title">Delays</p>
Expand Down Expand Up @@ -221,7 +221,7 @@ export default function Filters(props) {
<span className="filter-item__icon">
<FontAwesomeIcon icon={faCalendarDays} alt="future events" />
</span>
Future Events
Future events
</label>
<OverlayTrigger placement="top" overlay={tooltipFutureevents}>
<span className="tooltip-info">?</span>
Expand Down

0 comments on commit c292699

Please sign in to comment.