Add tooltips to schedule direction-switch buttons (Angular pTooltip parity)
This commit is contained in:
@@ -364,6 +364,7 @@ export const ScheduleSearchPage: FC<ScheduleSearchPageProps> = ({ params }) => {
|
||||
role="tab"
|
||||
aria-selected={activeKind === "outbound"}
|
||||
data-testid="direction-switch-outbound"
|
||||
title={t("SHARED.DIRECT_FLIGHTS")}
|
||||
>
|
||||
<svg
|
||||
className="schedule-direction-switch__icon"
|
||||
@@ -386,6 +387,7 @@ export const ScheduleSearchPage: FC<ScheduleSearchPageProps> = ({ params }) => {
|
||||
role="tab"
|
||||
aria-selected={activeKind === "inbound"}
|
||||
data-testid="direction-switch-inbound"
|
||||
title={t("SHARED.RETURN_FLIGHTS")}
|
||||
>
|
||||
<svg
|
||||
className="schedule-direction-switch__icon schedule-direction-switch__icon--flipped"
|
||||
|
||||
Reference in New Issue
Block a user