Skip to content

Commit

Permalink
fix: make it smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Dec 11, 2024
1 parent ddd57b9 commit dcbfc7d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ const ActivePromotion: React.FC<{className?: string; isMinified: boolean}> = ({
<div className="flex flex-col text-[13px] transition hover:text-primary">
<span className="text-balance font-semibold text-white">
Price increasing to{' '}
<span className="font-bold text-yellow-300">$795</span> on 19th
December 2024.
<span className="font-bold text-yellow-300">$795</span>
</span>{' '}
<span className="hidden text-primary sm:inline-block">
<Countdown
Expand Down

0 comments on commit dcbfc7d

Please sign in to comment.