Prefer Link over plain anchors
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ import LighthouseSupportButton from '../SupportButton';
|
||||
import {
|
||||
ContentHeader,
|
||||
InfoCard,
|
||||
Link,
|
||||
MarkdownContent,
|
||||
} from '@backstage/core-components';
|
||||
|
||||
@@ -108,10 +109,9 @@ function GettingStartedCard() {
|
||||
<Grid container direction="row" justifyContent="flex-end">
|
||||
<Grid item>
|
||||
<Button
|
||||
component="a"
|
||||
href="https://github.com/spotify/lighthouse-audit-service"
|
||||
component={Link}
|
||||
to="https://github.com/spotify/lighthouse-audit-service"
|
||||
size="small"
|
||||
target="_blank"
|
||||
>
|
||||
Check out the README
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user