Skip to content

Commit

Permalink
Undo character spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Aug 23, 2024
1 parent 97ba79c commit 9a5e06d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/TourCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export default function TourCard({
let value_connection_no_of_transfers = tour.min_connection_no_of_transfers;
let value_avg_total_tour_duration = tour.avg_total_tour_duration;

let anreisedauer_notlong = t("details.anreisedauer").length < 14;
let umstiege_notlong = t("start.umstiege").length < 14;
let dauer_notlong = t("main.dauer").length < 14;
let anstieg_notlong = t("filter.anstieg").length < 14;
let anreisedauer_notlong = t("details.anreisedauer").length < 100;
let umstiege_notlong = t("start.umstiege").length < 100;
let dauer_notlong = t("main.dauer").length < 100;
let anstieg_notlong = t("filter.anstieg").length < 100;
let len_too_long = false;

// if at least one is too long, flag the "len_too_long"
Expand Down

0 comments on commit 9a5e06d

Please sign in to comment.