mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 11:51:14 -05:00
Refactor: Accent profile text
This commit is contained in:
@@ -515,7 +515,7 @@ export default function Profile() {
|
|||||||
</Card>
|
</Card>
|
||||||
<Card>
|
<Card>
|
||||||
<CardContent className="p-4 text-center">
|
<CardContent className="p-4 text-center">
|
||||||
<div className="text-2xl font-bold">{profile.review_count}</div>
|
<div className="text-2xl font-bold text-accent">{profile.review_count}</div>
|
||||||
<div className="text-sm text-muted-foreground">Reviews</div>
|
<div className="text-sm text-muted-foreground">Reviews</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user