Skip to content

Commit 2b06ec2

Browse files
committed
switch from dash to arrow in graph title
1 parent 4b97a4f commit 2b06ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/compare/compile/table/benchmark-detail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function getGraphTitle() {
122122
const {start, end, date} = graphRange.value;
123123
const msg = `${DAY_RANGE} day history`;
124124
if (date !== null) {
125-
return `${msg} (${start} - ${end})`;
125+
return `${msg} (${start} ${end})`;
126126
} else {
127127
return `${msg} (up to benchmarked commit)`;
128128
}

0 commit comments

Comments
 (0)