Skip to content

Commit

Permalink
chore(bump): version release
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Jul 22, 2024
1 parent c3dc565 commit 7dc3eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DateRangePicker = ({ onChange, value, className }: TDateRangePicker
'text-muted-foreground': !value,
})}
>
<CalendarIcon className="size-4 mr-2" />
<CalendarIcon className="mr-2 size-4" />
{value?.from && value?.to && (
<>
{formatDate(value.from, 'LLL dd, y')} - {formatDate(value.to, 'LLL dd, y')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Actions: FunctionComponent<IActionsProps> = ({
/>
<CaseOptions />
</div>
<div className={`min-h-20 flex justify-between gap-4`}>
<div className={`flex min-h-20 justify-between gap-4`}>
<div className={`flex flex-col space-y-3`}>
<h2
className={ctw(`w-full max-w-[35ch] break-all text-4xl font-semibold leading-9`, {
Expand Down

0 comments on commit 7dc3eec

Please sign in to comment.