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.
This commit is contained in:
parent
7bbb1a436c
commit
74659f40a1
1 changed files with 7 additions and 7 deletions
|
@ -394,6 +394,13 @@ function ClaimMenuList(props: Props) {
|
||||||
)}
|
)}
|
||||||
<hr className="menu__separator" />
|
<hr className="menu__separator" />
|
||||||
|
|
||||||
|
<MenuItem className="comment__menu-option" onSelect={handleCopyLink}>
|
||||||
|
<div className="menu__link">
|
||||||
|
<Icon aria-hidden icon={ICONS.COPY_LINK} />
|
||||||
|
{__('Copy Link')}
|
||||||
|
</div>
|
||||||
|
</MenuItem>
|
||||||
|
|
||||||
{isChannelPage && IS_WEB && rssUrl && (
|
{isChannelPage && IS_WEB && rssUrl && (
|
||||||
<MenuItem className="comment__menu-option" onSelect={handleCopyRssLink}>
|
<MenuItem className="comment__menu-option" onSelect={handleCopyRssLink}>
|
||||||
<div className="menu__link">
|
<div className="menu__link">
|
||||||
|
@ -403,13 +410,6 @@ function ClaimMenuList(props: Props) {
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<MenuItem className="comment__menu-option" onSelect={handleCopyLink}>
|
|
||||||
<div className="menu__link">
|
|
||||||
<Icon aria-hidden icon={ICONS.SHARE} />
|
|
||||||
{__('Copy Link')}
|
|
||||||
</div>
|
|
||||||
</MenuItem>
|
|
||||||
|
|
||||||
{!claimIsMine && !isMyCollection && (
|
{!claimIsMine && !isMyCollection && (
|
||||||
<MenuItem className="comment__menu-option" onSelect={handleReportContent}>
|
<MenuItem className="comment__menu-option" onSelect={handleReportContent}>
|
||||||
<div className="menu__link">
|
<div className="menu__link">
|
||||||
|
|
Loading…
Add table
Reference in a new issue