diff --git a/web/components/contract-search.tsx b/web/components/contract-search.tsx index 7ec33d3e..afcd7612 100644 --- a/web/components/contract-search.tsx +++ b/web/components/contract-search.tsx @@ -82,54 +82,49 @@ export function ContractSearch(props: { additionalFilter?.tag ?? additionalFilter?.creatorId ?? '' }`} > - + -
- {showCategorySelector && ( - <> - - - - )} - - + + {showCategorySelector && ( + -
+ )} + + ) } diff --git a/web/components/contract/contracts-list.tsx b/web/components/contract/contracts-list.tsx index 608462d9..28fae7da 100644 --- a/web/components/contract/contracts-list.tsx +++ b/web/components/contract/contracts-list.tsx @@ -37,7 +37,7 @@ export function ContractsGrid(props: { return ( -