diff --git a/src/components/home.js b/src/components/home.js index 82d4a1e..6fae984 100644 --- a/src/components/home.js +++ b/src/components/home.js @@ -57,7 +57,7 @@ class Home extends React.Component { VILLASweb is a frontend for distributed real-time simulation hosted by {config.admin.name}.

- This instance is hosting {this.getCounts('projects')} projects consisting of {this.getCounts('nodes')} nodes, {this.getCounts('visualizations')} visualizations and {this.getCounts('simulators')} simulations. + This instance is hosting {this.getCounts('projects')} projects consisting of {this.getCounts('nodes')} nodes, {this.getCounts('visualizations')} visualizations and {this.getCounts('simulators')} simulations. A total of {this.getCounts('users')} users are registered.

Credits