remove pagination from public app

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
Aramis
2024-02-03 16:27:29 -05:00
parent 46c60499ce
commit f6a030a647
+1 -4
View File
@@ -177,10 +177,7 @@ const routes = (
<Route path="/home" element={<HomepageCompositionRoot />}>
{homePage}
</Route>
<Route
path="/catalog"
element={<CatalogIndexPage pagination={{ limit: 3 }} />}
/>
<Route path="/catalog" element={<CatalogIndexPage />} />
<Route
path="/catalog/:namespace/:kind/:name"
element={<CatalogEntityPage />}