Skip to content

Commit

Permalink
Fix the alignment of coin names
Browse files Browse the repository at this point in the history
  • Loading branch information
saidam90 committed Aug 9, 2024
1 parent 8495a5c commit 2a40d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/PriceChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ function CoinInfo({ token }: TokenInfoProps) {

return (
<div className="flex flex-col items-start xs:mb-4 mb-4 sm:mb-0 w-[50%]">
<div className="flex items-start mb-3 pt-8">
<div className="flex items-center mb-3 pt-8">
<img
src={token.iconUrl}
alt={token.symbol}
Expand Down

0 comments on commit 2a40d71

Please sign in to comment.