mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 15:43:23 -06:00
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:
parent
cb8962403f
commit
4c28b01975
@ -128,7 +128,7 @@ export class LogRowMessage extends PureComponent<Props> {
|
|||||||
aria-label="Copy shortlink"
|
aria-label="Copy shortlink"
|
||||||
tooltipPlacement="top"
|
tooltipPlacement="top"
|
||||||
size="md"
|
size="md"
|
||||||
name="link"
|
name="share-alt"
|
||||||
onClick={() => onPermalinkClick(row)}
|
onClick={() => onPermalinkClick(row)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user