diff --git a/src/pages/Map/MapExplorerPage.tsx b/src/pages/Map/MapExplorerPage.tsx index f151243e..b8b8c1f1 100644 --- a/src/pages/Map/MapExplorerPage.tsx +++ b/src/pages/Map/MapExplorerPage.tsx @@ -51,6 +51,8 @@ export const MapExplorerPage = () => { setQuery(event.target.value); }; + const CreateBtnStyle = `text-sample-blue absolute gap-2 p-2 transform -translate-x-12 flex-center bottom-[5rem] translate-y-7 left-[46%] bg-white border border-sample-blue w-52 rounded-2xl`; + return (
검색 오류: {error.message}
} {!isLoading && !error && data?.length === 0 && ( -+
검색 결과가 없습니다.
)}