Skip to content

Commit

Permalink
Fixes Facility cover image edit button malfunctioning (#8531)
Browse files Browse the repository at this point in the history
  • Loading branch information
HitishRaoP authored Sep 18, 2024
1 parent 775a8e5 commit c479e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const FacilityHome = ({ facilityId }: Props) => {
<div
id="facility-coverimage"
className={
"absolute right-0 top-0 z-10 flex h-full w-full cursor-pointer flex-col items-center justify-center rounded-t-lg bg-black text-sm text-secondary-300 opacity-0 transition-opacity hover:opacity-60 md:h-[88px]"
"absolute right-0 top-0 z-10 flex h-full w-full cursor-pointer flex-col items-center justify-center rounded-lg bg-black text-sm text-secondary-300 opacity-0 transition-opacity hover:opacity-60"
}
onClick={() => setEditCoverImage(true)}
>
Expand Down

0 comments on commit c479e46

Please sign in to comment.