Skip to content

Commit 35e44ae

Browse files
committed
style: modify the PartLogo style
1 parent bf34ea6 commit 35e44ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Cards/SurfaceCards/ClaimCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

src/components/Cards/SurfaceCards/GameCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)