fix: reduce loading component width

This commit is contained in:
Gabe Farrell 2026-01-15 19:56:05 -05:00
parent 1eb1cd0fd5
commit c1c376eb2a
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ export default function AllTimeStats() {
if (isPending) {
return (
<div className="w-[200px]">
<div>
<h3>{header}</h3>
<p>Loading...</p>
</div>