Skip to content

Commit

Permalink
text removed
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Jan 7, 2025
1 parent 1eba8e7 commit 7911c3e
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 @@ -219,7 +219,7 @@ export const FacilityHome = ({ facilityId }: Props) => {
) : (
<div className="relative h-full w-full bg-[radial-gradient(circle_at_50%_120%,rgba(255,255,255,0.2),transparent)]" />
)}
{/* merge conflict remove deploy */}

<div className="absolute inset-x-0 bottom-0 p-6 text-white">
<div className="flex flex-wrap items-center gap-4 md:gap-6">
<div className="flex-1 min-w-0">
Expand Down

0 comments on commit 7911c3e

Please sign in to comment.