Logs: Change permalink icon back to `link` (#70362)

change icon to link-icon
pull/70367/head
Sven Grossmann 2 years ago committed by GitHub
parent b552595e0a
commit fc39dadf62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/logs/components/LogRowMessage.tsx

@ -128,7 +128,7 @@ export class LogRowMessage extends PureComponent<Props> {
aria-label="Copy shortlink"
tooltipPlacement="top"
size="md"
name="share-alt"
name="link"
onClick={() => onPermalinkClick(row)}
/>
)}

Loading…
Cancel
Save