Skip to content

Commit

Permalink
Update src/components/Location/LocationTree.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <mail@rithviknishad.dev>
  • Loading branch information
amjithtitus09 and rithviknishad authored Feb 10, 2025
1 parent b199625 commit 85c838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Location/LocationTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function LocationTree({
<CareIcon icon="l-check" className="h-4 w-4 text-gray-600" />
</div>
)}
{!isLatest && <div className="flex-1 w-[1px] bg-gray-200" />}
{!isLatest && <div className="flex-1 w-px bg-gray-200" />}
</div>
)}
<div className="flex flex-col gap-3">
Expand Down

0 comments on commit 85c838e

Please sign in to comment.