change no found message

This commit is contained in:
Kalidou Diagne
2023-09-05 10:40:55 +02:00
parent 1a226c23a7
commit 56304f82f3

View File

@@ -17,7 +17,7 @@ const NoResults = () => {
No results found.
</span>
<span className="text-lg font-normal text-tuatara-950">
No projects matching these filters. Try changing your search.
{`Sorry, we couldn't find any results for your search. Please try again with different keywords.`}
</span>
</div>
)