Move claim icon inside card to prevent overflow
cgen-ddb21db70c3f4c05afdf45b2a00227ab
This commit is contained in:
parent
b11338f827
commit
c24878c93b
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ export default function Timeline({
|
|||
onClick={() => onToggleClaim?.(e.id)}
|
||||
title={e.title}
|
||||
>
|
||||
<div className="absolute left-0 -ml-4 top-1/2 -translate-y-1/2">
|
||||
<div className="absolute left-2 top-1/2 -translate-y-1/2">
|
||||
{e.claimed ? (
|
||||
<CheckCircle2 className="h-5 w-5 text-emerald-400" />
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue