feat(web): design overhaul

This commit is contained in:
Aman Varshney
2025-07-20 19:37:41 +05:30
parent 81975cfef4
commit 87d4362c6d
31 changed files with 1844 additions and 733 deletions

View File

@@ -35,7 +35,7 @@ const NpmPackage = () => {
versionLoading && "animate-pulse",
)}
/>
<span className="font-mono text-muted-foreground text-xl">
<span className=" text-muted-foreground text-xl">
{versionLoading ? "[v?.?.?]" : `[v${version}]`}
</span>
</div>