diff --git a/src/app/components/PriceChart.tsx b/src/app/components/PriceChart.tsx index 09d52ba1..9fb31e0d 100644 --- a/src/app/components/PriceChart.tsx +++ b/src/app/components/PriceChart.tsx @@ -439,7 +439,7 @@ function CoinInfo({ token }: { token: TokenInfo }) {
{symbol}

- {name.split(" ")[0]} ({symbol}) + {name} ({symbol})