Skip to content

Commit

Permalink
shorten text for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Apr 26, 2024
1 parent d50f196 commit fdded58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/containers/landing/prizeTap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const PrizeTapLanding: FC = async () => {
<div
key={key}
className={
"relative mb-2 flex h-[90px] overflow-hidden rounded-xl bg-gray30 px-2 py-2 text-xs text-white "
"relative mb-2 flex h-[80px] overflow-hidden rounded-xl bg-gray30 px-2 py-2 text-xs text-white "
}
>
<div className="z-100 w-full">
Expand Down Expand Up @@ -101,7 +101,7 @@ const PrizeTapLanding: FC = async () => {
</p>
) : (
<>
<p className="text-gray90">Winners Announced in:</p>
<p className="text-gray90">Winners in:</p>
<RaffleCardTimerLandingPage
startTime={raffle.createdAt}
FinishTime={raffle.deadline}
Expand Down

0 comments on commit fdded58

Please sign in to comment.