mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 17:39:41 +05:00
feat: add user lists statistic with donut chart
This commit is contained in:
parent
5c23f204da
commit
6e8f03e7b6
9 changed files with 276 additions and 35 deletions
|
@ -11,7 +11,7 @@ export function ProfileActivity(props: {
|
|||
friendsCount: number;
|
||||
}) {
|
||||
return (
|
||||
<Card className="w-full md:w-[325px]">
|
||||
<Card className="h-full">
|
||||
<h1 className="text-2xl font-bold">Активность</h1>
|
||||
<div className="flex items-center gap-4 text-lg">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue