diff --git a/components/discover/projects-grid.tsx b/components/discover/projects-grid.tsx index 954fa7b..59809e6 100644 --- a/components/discover/projects-grid.tsx +++ b/components/discover/projects-grid.tsx @@ -68,13 +68,15 @@ export function ProjectsGrid({ ))} - + {data.pagination.total > 0 && ( + + )} ); }