diff --git a/src/components/Warn/Warn.tsx b/src/components/Warn/Warn.tsx index d9fa146..42709d2 100644 --- a/src/components/Warn/Warn.tsx +++ b/src/components/Warn/Warn.tsx @@ -4,7 +4,7 @@ import { useRecoilValue } from "recoil"; import { isDarkThemeSelector } from "../../state/selectors"; import { searchQueryAtom } from "../../state/atoms"; -import { Warning } from "phosphor-react"; +import { SmileyXEyes } from "phosphor-react"; interface WarnProps { message?: string; @@ -22,7 +22,7 @@ const Warn: React.FC = ({ message }) => { animate={{ opacity: 1 }} transition={{ duration: 0.5 }} > - + {message ?? (

No results for '{query}'