Skip to content

Commit

Permalink
fix ping
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrxu committed Mar 24, 2024
1 parent 144089b commit fc1a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sublet/components/custom/Property.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Property: React.FC<PropertyProps> = ({ property }) => {
return (
<div className="relative space-y-1">

<div className="absolute z-30 -top-1 -right-1">
<div className="absolute z-30 -top-2 -right-2">
<span className="flex h-4 w-4 rounded-full bg-green-500" />
<span className="flex h-4 w-4 rounded-full bg-green-500 animate-ping absolute top-0" />
</div>
Expand Down

0 comments on commit fc1a22e

Please sign in to comment.