TechDocsPageHeader: Changed repo location icon (#2895)

This commit is contained in:
Eric Nilsson
2020-10-14 11:03:41 +02:00
committed by GitHub
parent 520e8e942e
commit 08f5e0311f
@@ -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>
}
/>