geido commented on code in PR #32112: URL: https://github.com/apache/superset/pull/32112#discussion_r1971940506
########## superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx: ########## @@ -88,7 +89,10 @@ export default function URLShortLinkButton({ <CopyToClipboard text={shortUrl} copyNode={ - <i className="fa fa-clipboard" title={t('Copy to clipboard')} /> + <> + <Icons.CopyOutlined iconSize="m" /> Review Comment: Copy to clipboard does not work for me right now. Is the issues related to these changes? <img width="712" alt="Screenshot 2025-02-26 at 17 30 43" src="https://github.com/user-attachments/assets/bd5528fe-dbe5-4328-8deb-34da0827ce76" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org