TechDocsPageHeader: Changed repo location icon (#2895)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import GitHubIcon from '@material-ui/icons/GitHub';
|
||||
import CodeIcon from '@material-ui/icons/Code';
|
||||
import { Header, HeaderLabel, Link } from '@backstage/core';
|
||||
import { CircularProgress } from '@material-ui/core';
|
||||
import { ParsedEntityId } from '../../types';
|
||||
@@ -73,7 +73,7 @@ export const TechDocsPageHeader = ({
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<GitHubIcon style={{ marginTop: '-25px', fill: '#fff' }} />
|
||||
<CodeIcon style={{ marginTop: '-25px', fill: '#fff' }} />
|
||||
</a>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user