From 74659f40a150d6d5edaef11e36cf539640ce34c0 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Tue, 3 Aug 2021 14:23:33 +0800 Subject: [PATCH] Restore "Use better icon for "Copy Link"" -- lost in a merge. b164a5d1 accidentally nulled the changed. While at it, moved the "Copy RSS" button below "Copy Link" -- I think that looks better. --- ui/component/claimMenuList/view.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/component/claimMenuList/view.jsx b/ui/component/claimMenuList/view.jsx index 66535b73d..2a9d930a6 100644 --- a/ui/component/claimMenuList/view.jsx +++ b/ui/component/claimMenuList/view.jsx @@ -394,6 +394,13 @@ function ClaimMenuList(props: Props) { )}
+ +
+ + {__('Copy Link')} +
+
+ {isChannelPage && IS_WEB && rssUrl && (
@@ -403,13 +410,6 @@ function ClaimMenuList(props: Props) { )} - -
- - {__('Copy Link')} -
-
- {!claimIsMine && !isMyCollection && (