EnxDev commented on code in PR #32112:
URL: https://github.com/apache/superset/pull/32112#discussion_r1972006578


##########
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:
   Good point, I'll fix that!



-- 
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

Reply via email to