Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Dec 5, 2023
1 parent 2d336ee commit 83fa616
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/coin-analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ const App = ({
<div className="col-span-4 md:col-span-1 sm:col-span-2">
<Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
{/* TODO: quick switch coin */}
<CardTitle className="text-sm font-medium">Symbol</CardTitle>
<svg
viewBox="0 0 1024 1024"
Expand Down Expand Up @@ -444,7 +443,7 @@ const App = ({
</CardTitle>
</CardHeader>
<CardContent className="space-y-2">
<div className="flex space-x-2 py-4 items-center">
<div className="flex space-x-2 py-1 items-center">
<Button
variant="outline"
size="sm"
Expand Down

0 comments on commit 83fa616

Please sign in to comment.