mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-16 05:09:50 +01:00
changed display style of entity count
This commit is contained in:
committed by
Bastien Wirtz
parent
8f7752a0b8
commit
7f750127b3
@@ -66,7 +66,7 @@ export default {
|
||||
break;
|
||||
case "entities":
|
||||
details.push(
|
||||
`Entities: ${this.entities}`,
|
||||
`${this.entities} entities`,
|
||||
);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user