Skip to content

Commit b906dde

Browse files
committed
patch(commons): show 8 featured models on home page
1 parent 3c0d74e commit b906dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/modeling-commons-frontend/app/pages

apps/modeling-commons-frontend/app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const sectionConfigs: SectionConfig[] = [
186186
key: "featured",
187187
title: "Featured Models",
188188
subtitle: "Community-endorsed simulations",
189-
query: { limit: 6, isEndorsed: true },
189+
query: { limit: 8, isEndorsed: true },
190190
viewAllTo: "/featured-models",
191191
},
192192
{

0 commit comments

Comments
 (0)