mirror of https://github.com/grafana/grafana.git
Logs: Change permalink icon back to `link` (#70362)
change icon to link-icon
This commit is contained in:
parent
b552595e0a
commit
fc39dadf62
|
|
@ -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…
Reference in New Issue