feat(branding): add RoadMonitor logo and update auth/sidebar branding
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user