Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix:selecting behaviour fixed (calcom#12578)
Browse files Browse the repository at this point in the history
Co-authored-by: Udit Takkar <[email protected]>
  • Loading branch information
Pratik-Kumar-621 and Udit-takkar authored Nov 29, 2023
1 parent dbd5d27 commit 1099bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/tips/UpgradeTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function UpgradeTip({
<picture className="absolute min-h-[295px] w-full rounded-lg object-cover">
<source srcSet={`${background}-dark.jpg`} media="(prefers-color-scheme: dark)" />
<img
className="absolute min-h-[295px] w-full rounded-lg object-cover object-left md:object-center"
className="absolute min-h-[295px] w-full rounded-lg object-cover object-left md:object-center select-none"
src={`${background}.jpg`}
loading="lazy"
alt={title}
Expand Down

0 comments on commit 1099bad

Please sign in to comment.