Skip to content

Commit

Permalink
Merge pull request #6 from muriukialex/fix/lab-ui
Browse files Browse the repository at this point in the history
Fix lab UI
  • Loading branch information
effiecancode authored Feb 15, 2024
2 parents d7bb47d + 1d25fb6 commit 75b1f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/Lab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Lab = ({ email, lab, data, mutate }: LabProps) => {
}, [data, lab.name])

return (
<div className="inline-flex items-center">
<div className="flex items-center">
<label
className="relative flex items-center p-3 rounded-full cursor-pointer"
htmlFor={lab.name}
Expand Down

0 comments on commit 75b1f55

Please sign in to comment.