Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanniegb committed Sep 28, 2024
2 parents dffa7b3 + 3e97003 commit f29a520
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function CollectionHeaderStats({
<p>{formatUnits(collection.floor ?? 0, 18)} ETH</p>
<p
className={cn(
"text-base font-semibold",
"text-base font-medium",
parsedCollectionFloor7dPercentage < 0
? "text-red-500"
: "text-green-500",
Expand Down
2 changes: 1 addition & 1 deletion apps/arkmarket/src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function NotFoundPage() {
height="846"
viewBox="0 0 1302 846"
fill="none"
className="text-foreground"
className="max-h-full text-foreground"
>
<g clipPath="url(#clip0_644_9932)">
<rect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function MobilePortfolioOffers({
<PriceTag price={offer.price} className="h-7 text-xs" />{" "}
<p
className={cn(
"text-sm font-semibold",
"text-sm font-medium",
parsedFloorDifference < 0
? "text-red-500"
: "text-green-500",
Expand Down

0 comments on commit f29a520

Please sign in to comment.