Skip to content

Commit 536f40e

Browse files
committed
feat: 불필요한 주석 제거
1 parent 4f05227 commit 536f40e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/ProfilePage.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ const ProfilePage: FC<Props> = ({ userProfile }) => {
153153
</nav>
154154
<div className="container mx-auto flex max-w-sm flex-1 flex-col gap-4 pb-[50px] pt-4">
155155
<div className="relative mx-auto my-5 flex h-80 w-80 items-center justify-center">
156-
{/* <button type="button" hidden={!editMode} className="absolute right-2.5 top-0" onClick={() => handleImageButton()}>
157-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
158-
<path d="M16.8617 4.48667L18.5492 2.79917C19.2814 2.06694 20.4686 2.06694 21.2008 2.79917C21.9331 3.53141 21.9331 4.71859 21.2008 5.45083L6.83218 19.8195C6.30351 20.3481 5.65144 20.7368 4.93489 20.9502L2.25 21.75L3.04978 19.0651C3.26323 18.3486 3.65185 17.6965 4.18052 17.1678L16.8617 4.48667ZM16.8617 4.48667L19.5 7.12499" stroke="#0F172A" strokeWidth="1.5" strokeLinejoin="round"/>
159-
</svg>
160-
</button> */}
161156
<ProfileIcon imageUrl={imageUrl} width="100%" height="100%" fill="#CCCFC4" />
162157
{editMode && (
163158
<label

0 commit comments

Comments
 (0)