We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d49754 commit 7c49263Copy full SHA for 7c49263
src/components/app/details/metrics/DeploymentMetrics.tsx
@@ -720,7 +720,9 @@ export class FrequencyGraphLegend extends React.Component<FrequencyGraphLegendPr
720
arrow={false}
721
content="How often this app is deployed to production?"
722
>
723
- <span> <Help className="icon-dim-20 ml-8 dc__vertical-align-middle mr-5" /></span>
+ <span>
724
+ <Help className="icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
725
+ </span>
726
</Tippy>
727
<span className="cursor" onClick={this.props.setFrequencyMetric}>
728
{renderCategoryTag(this.props.frequencyBenchmark.name)}{' '}
0 commit comments