Change cmd-k loading text to 'searching'

This commit is contained in:
Sam Becker 2024-02-21 08:42:08 -06:00
parent 6110b2f891
commit 0d9ba09dee

View File

@ -139,7 +139,7 @@ export default function CommandKClient({
</div>
<Command.List className="relative max-h-72 overflow-y-scroll">
<Command.Empty className="mt-1 pl-3 text-dim">
{isLoading ? 'Loading ...' : 'No results found'}
{isLoading ? 'Searching ...' : 'No results found'}
</Command.Empty>
{queriedSections
.concat(sections)