File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,6 @@ const ProfilePage: FC<Props> = ({ userProfile }) => {
153
153
</ nav >
154
154
< div className = "container mx-auto flex max-w-sm flex-1 flex-col gap-4 pb-[50px] pt-4" >
155
155
< 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> */ }
161
156
< ProfileIcon imageUrl = { imageUrl } width = "100%" height = "100%" fill = "#CCCFC4" />
162
157
{ editMode && (
163
158
< label
You can’t perform that action at this time.
0 commit comments