Skip to content

Commit

Permalink
fix(frontend): holidays marked as regular wordays (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored Dec 13, 2024
1 parent ad7d0ef commit bc189df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/weekly-overview-day.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'text-overview-absence hover:text-overview-absence-hf focus:text-overview-absence-hf [&.active]:text-overview-absence-active'
(or
(if
@workday
(and @workday (not @holiday))
'text-overview-workday hover:text-overview-workday-hf focus:text-overview-workday-hf [&.active]:text-overview-workday-active'
)
'text-overview-weekend hover:text-overview-weekend-hf focus:text-overview-weekend-hf [&.active]:text-overview-weekend-active'
Expand Down

0 comments on commit bc189df

Please sign in to comment.