feat: fix responsive layout, add theme switcher

This commit is contained in:
2024-08-17 00:21:23 +07:00
parent 43af9c8658
commit f503b261f5
22 changed files with 349 additions and 100 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const StatsCard = ({
{typeof value === "undefined" ? "..." : value}
</p>
)}
<p className="text-sm mt-0.5">{title}</p>
<p className="text-sm mt-0.5 truncate">{title}</p>
</div>
</div>
);