refactor(ui): remove loading text in sidebar layout

This commit is contained in:
Mauricio Siu
2025-02-25 23:37:22 -06:00
parent cbec0603bd
commit 37ca8f41f5

View File

@@ -521,7 +521,6 @@ function SidebarLogo() {
<>
{isLoading ? (
<div className="flex flex-row gap-2 items-center justify-center text-sm text-muted-foreground min-h-[5vh] pt-4">
<span>Loading...</span>
<Loader2 className="animate-spin size-4" />
</div>
) : (