changed Home in navbar into House view as required by user story 1
This commit is contained in:
parent
1330f3cfea
commit
1239559f45
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Navbar extends Component {
|
|||
<Grid.Column>
|
||||
<Icon name="home" size="small" />
|
||||
</Grid.Column>
|
||||
<Grid.Column>HOME</Grid.Column>
|
||||
<Grid.Column width={8}>House View</Grid.Column>
|
||||
</Grid.Row>
|
||||
</Grid>
|
||||
</Menu.Item>
|
||||
|
|
Loading…
Reference in a new issue