diff --git a/web/public/icons/close.svg b/web/public/icons/close.svg index bcd7b76a..bdebbc33 100644 --- a/web/public/icons/close.svg +++ b/web/public/icons/close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/web/public/icons/edit.svg b/web/public/icons/edit.svg index 156eeeca..82c9eeb0 100644 --- a/web/public/icons/edit.svg +++ b/web/public/icons/edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/web/public/icons/share.svg b/web/public/icons/share.svg index d875437f..e1f86f26 100644 --- a/web/public/icons/share.svg +++ b/web/public/icons/share.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/web/src/components/Memo.tsx b/web/src/components/Memo.tsx index 027bdefc..4f4f5e5a 100644 --- a/web/src/components/Memo.tsx +++ b/web/src/components/Memo.tsx @@ -144,17 +144,17 @@ const Memo: React.FC = (props: Props) => {
-
- - Share +
+ + {memo.pinned ? "Unpin" : "Pin"}
Edit
-
- - {memo.pinned ? "Unpin" : "Pin"} +
+ + Share
diff --git a/web/src/components/Settings/MyAccountSection.tsx b/web/src/components/Settings/MyAccountSection.tsx index 55f842fc..b9bace93 100644 --- a/web/src/components/Settings/MyAccountSection.tsx +++ b/web/src/components/Settings/MyAccountSection.tsx @@ -71,7 +71,7 @@ const MyAccountSection: React.FC = () => {