Skip to content

Commit

Permalink
underline to convey that there's a tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jan 15, 2025
1 parent a015176 commit 6cffa9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Users/UserAvailabilityTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ function ScheduleTemplateAvailabilityItem({
) : (
<Tooltip>
<TooltipTrigger asChild>
<span>
<span className="cursor-pointer underline">
<Trans
i18nKey="session_slots_info_striked"
components={{
Expand All @@ -420,7 +420,7 @@ function ScheduleTemplateAvailabilityItem({
</span>
</TooltipTrigger>
{hasExceptions && (
<TooltipContent className="max-w-xs">
<TooltipContent className="max-w-xs" side="bottom">
<p className="font-medium mb-1">
{t("exceptions")}:{" "}
{humanizeStrings(exceptions.map((e) => e.reason))}
Expand Down

0 comments on commit 6cffa9c

Please sign in to comment.