From e3a2a4db452b23a0a10d37b0724a1088deaff5f4 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Mon, 28 Sep 2020 01:19:04 -0400 Subject: [PATCH] Warn: switch from Warning icon to SmileyXEyes X_X --- src/components/Warn/Warn.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}'