Skip to content

Commit e57c428

Browse files
authored
fix(ui): use Node.js instead of Node in engines on Compare page (#1007)
1 parent ef7adf9 commit e57c428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/usePackageComparison.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function computeFacetValue(
326326
}
327327
return {
328328
raw: engines.node,
329-
display: `Node ${engines.node}`,
329+
display: `Node.js ${engines.node}`,
330330
status: 'neutral',
331331
}
332332
}

0 commit comments

Comments
 (0)