Revert "Logs: Change permalink icon back to link" (#70570)

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

This reverts commit fc39dadf62.
This commit is contained in:
Sven Grossmann 2023-06-23 10:58:07 +02:00 committed by GitHub
parent cb8962403f
commit 4c28b01975
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="link"
name="share-alt"
onClick={() => onPermalinkClick(row)}
/>
)}