Skip to content

Commit 90abb99

Browse files
authored
Change banner message in compareview (#8808)
1 parent 3d0c982 commit 90abb99

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ui/perfherder/compare/CompareTableView.jsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,15 +326,14 @@ export default class CompareTableView extends React.Component {
326326
<React.Fragment>
327327
<Row className="justify-content-center">
328328
<Alert color="info">
329-
Try out the same comparison{' '}
330329
<a
331330
href={perfCompareURL}
332331
target="_blank"
333332
rel="noopener noreferrer"
334333
>
335-
with our new PerfCompare tool
336-
</a>
337-
!
334+
PerfCompare
335+
</a>{' '}
336+
will soon become the primary tool for performance comparison.
338337
</Alert>
339338
</Row>
340339

0 commit comments

Comments
 (0)