diff --git a/components/main-list/MainList.tsx b/components/main-list/MainList.tsx index 750fb7a..3dc96b0 100644 --- a/components/main-list/MainList.tsx +++ b/components/main-list/MainList.tsx @@ -1,10 +1,12 @@ import { memo, useCallback, useEffect, useState, useMemo } from 'react' +import NextLink from 'next/link' import { AnimatePresence } from 'framer-motion' import { chakra, Flex, Grid, Center, + Button, Text, useDisclosure, } from '@chakra-ui/react' @@ -92,11 +94,14 @@ const MainList = ({ filteredItems, isMobile }) => { ) : ( -
+
- No groups matched your search criteria 🤔 Maybe propose the - listing to the maintainers via the Propose new listing button? + No listings were found that match your search 🤔 Maybe propose + the listing to the maintainers? +
)}