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 (
@@ -69,22 +71,22 @@ export const MapExplorerPage = () => { /> {error &&

검색 오류: {error.message}

} {!isLoading && !error && data?.length === 0 && ( -

+

검색 결과가 없습니다.

)}
)}
-
+
{!isSearchFocused && ( <> {selectedLetter ? ( <> {searchedLocation ? ( 지도 편지 작성하기 @@ -92,7 +94,7 @@ export const MapExplorerPage = () => { ) : ( e.preventDefault()} > @@ -114,8 +116,8 @@ export const MapExplorerPage = () => { <> {searchedLocation ? ( 지도 편지 작성하기 @@ -123,7 +125,7 @@ export const MapExplorerPage = () => { ) : ( e.preventDefault()} >