feat(branding): add RoadMonitor logo and update auth/sidebar branding

This commit is contained in:
2026-06-24 12:54:33 +05:30
parent 2fc01f74e2
commit 82050372c6
9 changed files with 102 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ export function UploadCardGrid({
onViewVideo,
onViewDetails,
}: UploadCardGridProps) {
const skeletonItems = Array.from({ length: Math.min(limit, 20) });
const skeletonItems = Array.from({ length: 6 });
if (!isLoading && uploads.length === 0) {
return (