Skip to content

Commit

Permalink
Fix UI issue in facilities page
Browse files Browse the repository at this point in the history
  • Loading branch information
SathishAdithiyaaSV committed Dec 27, 2024
1 parent 37dce64 commit 8997d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Facility/FacilityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const FacilityCard = (props: {
<div className="h-full w-full grow">
<Link
href={`/facility/${facility.id}`}
className="group relative z-0 flex w-full min-w-[15%] items-center justify-center self-stretch min-[425px]:hidden"
className="group relative z-0 flex w-full min-w-[15%] items-center justify-center self-stretch min-[640px]:hidden"
>
<Avatar
name={facility.name || ""}
Expand Down

0 comments on commit 8997d83

Please sign in to comment.