Skip to content

Commit

Permalink
Hotfix - unescaped apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrIvan committed Feb 15, 2024
1 parent 995b5cf commit 8d86687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/suggestions/suggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ const MemoizedSuggestions = React.memo(function MemoizedSuggestions({
content = (
<div className="h-full flex flex-col items-center justify-center">
<p className="text-zinc-500 text-center text-[2dvw] max-w-[50%]">
Haven't found what you're looking for? Try enabling variants or
changing the search query.
Haven&apos;t found what you&apos;re looking for? Try enabling
variants or changing the search query.
</p>
</div>
);
Expand Down

0 comments on commit 8d86687

Please sign in to comment.