mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-18 00:45:57 +00:00
changed display style of entity count
This commit is contained in:
parent
8f7752a0b8
commit
7f750127b3
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export default {
|
|||
break;
|
||||
case "entities":
|
||||
details.push(
|
||||
`Entities: ${this.entities}`,
|
||||
`${this.entities} entities`,
|
||||
);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue