diff --git a/src/App.tsx b/src/App.tsx index 59a2d4a..1d95da2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,6 +13,7 @@ import { Typography, } from "antd"; import { + CheckCircleTwoTone, CheckCircleFilled, CheckCircleOutlined, GithubFilled, @@ -289,7 +290,9 @@ export const App = (props: Props) => { ) : isEnd ? ( - ✅ 모든 검색 결과를 확인했습니다! + + 모든 검색 결과를 확인했습니다! + ) : null}