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

change icon to link-icon
This commit is contained in:
Sven Grossmann 2023-06-20 10:50:43 +02:00 committed by GitHub
parent b552595e0a
commit fc39dadf62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)}
/>
)}