Skip to content

Commit

Permalink
Fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-grafana committed Dec 19, 2024
1 parent ff6e905 commit 15b171a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Home/HeaderScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class HeaderScene extends SceneObjectBase {
navigate(EXPLORATIONS_ROUTE);
}}>
Let’s explore traces
<Icon className={styles.arrowIcon} name='arrow-right' size='lg' />
<Icon name='arrow-right' size='lg' />
</Button>
<LinkButton
icon="external-link-alt"
Expand Down Expand Up @@ -118,9 +118,6 @@ function getStyles(theme: GrafanaTheme2) {
display: 'flex',
gap: theme.spacing(2),
}),
arrowIcon: css({
marginheaderTitleContainer: theme.spacing(1),
}),
documentationLink: css({
textDecoration: 'underline',
'&:hover': {
Expand Down

0 comments on commit 15b171a

Please sign in to comment.