Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM committed Jan 14, 2025
1 parent 7affe68 commit fa02aac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/item-card/item-card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export const Cost = ({ cost }) => (
sx={{ fontSize: 14, color: "text.secondary" }}
lineHeight={1.5}
>
<span style={{ textDecoration: "line-through" }}>{cost} T</span> 0 T
<span class="text-sm " style={{ textDecoration: "line-through" }}>{cost}T</span>
<span class="text-lg pl-1 font-bold">0T</span>
</Typography>
<Typography
sx={{
Expand All @@ -36,7 +37,7 @@ export const Cost = ({ cost }) => (
}}
lineHeight={1.5}
>
Paid by Bale Messeger
Paid by Bale Messenger
</Typography>
</Stack>
</Stack>
Expand Down

0 comments on commit fa02aac

Please sign in to comment.