From e7fd01802875328c57f39ed8d660ea39558464b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 30 Jan 2021 13:23:31 +0900 Subject: [PATCH] chore: added search icon in search input --- components/Search.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/Search.tsx b/components/Search.tsx index 578a009..34fce9f 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -1,11 +1,12 @@ // import { useState } from 'react' const Search = (): JSX.Element => { - return ( -
- -
- ) + return
+ + +
} interface SearchProps {