Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Apr 26, 2024
2 parents 0e0bbb9 + 1ec8c68 commit 25d34a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/containers/landing/prizeTap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ const PrizeTapLanding: FC = async () => {
<div className="z-100 w-full">
<div className="flex gap-4">
<div className="raffle-logo-container relative z-100 h-[63px] w-[64px] overflow-hidden">
<span className=" absolute left-[1px] h-[62px] w-[62px] overflow-hidden rounded-[13px] bg-gray40">
<span className=" absolute left-[1px] h-[62px] w-[62px] overflow-hidden rounded-[13px] bg-gray40 p-1">
<img
className="object-contain"
width="62px"
height="63px"
src={raffle.imageUrl}
Expand Down

0 comments on commit 25d34a7

Please sign in to comment.