Skip to content

Commit

Permalink
add no draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
msyahrulsp committed Aug 26, 2022
1 parent ad12a1a commit 22f7092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/sponsorMedpar/partner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const Partner: React.FC<Props> = ({ partners }: Props) => (
src={elmt.src}
alt={elmt.name}
key={`img-${elmt.name}`}
draggable="false"
height={getSponsorHeight(elmt.size)}
/>
</Box>
Expand Down

0 comments on commit 22f7092

Please sign in to comment.