Skip to content

Commit

Permalink
chore: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Mar 6, 2024
1 parent a6c584d commit 98e82d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/islands/StateSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function StateSelector({
<Combobox.Options class="absolute mt-1 max-h-60 w-full max-w-full overflow-auto rounded-md bg-slate-200 text-base shadow-lg ring-1 ring-black/5 focus:outline-none sm:text-sm dark:bg-slate-800">
{filteredStates.length === 0 && query.value !== "" ? (
<div class="relative cursor-default select-none px-4 py-2 text-gray-700">
Nothing found.
No results found
</div>
) : (
filteredStates.map((state) => (
Expand Down

0 comments on commit 98e82d2

Please sign in to comment.