mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-26 17:54:22 +01:00
chore: update seed script
This commit is contained in:
@@ -26,9 +26,10 @@ export default function ProjectsSection() {
|
||||
<ProjectsRow title="Recently added"
|
||||
projects={data.newProjects} />
|
||||
|
||||
<ProjectsRow title={shockTheWebCategory?.title}
|
||||
link={`/apps/category/${shockTheWebCategory?.id}`}
|
||||
projects={shockTheWebCategory?.project!} />
|
||||
{shockTheWebCategory &&
|
||||
<ProjectsRow title={shockTheWebCategory.title}
|
||||
link={`/apps/category/${shockTheWebCategory.id}`}
|
||||
projects={shockTheWebCategory.project!} />}
|
||||
{restCategories.map(({ id, title, project, }) => {
|
||||
if (project)
|
||||
return <ProjectsRow
|
||||
|
||||
Reference in New Issue
Block a user