File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/Cards/SurfaceCards Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const ClaimCard: FC<Partial<ClaimCardProps>> = ({
2323 < SurfaceCardBase >
2424 < div className = "relative flex justify-between gap-2 text-sm" >
2525 { is_from_frontend ? (
26- < div className = "absolute right-3 top-full" >
26+ < div className = "absolute right-1 top-full" >
2727 < PartLogo />
2828 </ div >
2929 ) : null }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const GameCard: FC<Partial<GameCardProps>> = function ({
4646 < div className = "relative text-xs italic text-contentSecondary-light dark:text-contentSecondary-dark" >
4747 { dayjs ( block_time * 1000 ) . fromNow ( ) }
4848 { has_frontend_move ? (
49- < div className = "absolute left-3 top-full" >
49+ < div className = "absolute right-1 top-full" >
5050 < PartLogo />
5151 </ div >
5252 ) : null }
You can’t perform that action at this time.
0 commit comments