mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
formatting of home page text
This commit is contained in:
parent
c9d678d8df
commit
2b5df63b34
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Home extends React.Component {
|
|||
VILLASweb is a frontend for distributed real-time simulation hosted by <a href={"mailto:" + config.admin.mail}>{config.admin.name}</a>.
|
||||
</p>
|
||||
<p>
|
||||
You are logged in as user {this.state.currentUsername} with ID {this.state.currentUserID} and role {this.state.currentRole}.
|
||||
You are logged in as user <b>{this.state.currentUsername}</b> with <b>ID {this.state.currentUserID}</b> and role <b>{this.state.currentRole}</b>.
|
||||
</p>
|
||||
{/*
|
||||
<p>
|
||||
|
|
Loading…
Add table
Reference in a new issue