Mobile skin manager was not seen. Fixed.
This commit is contained in:
parent
9ae3ddbdcf
commit
cb5875714b
@ -155,6 +155,10 @@ const Main = inject("rootStore") ( observer(
|
||||
Password manager
|
||||
</Menu.Item>
|
||||
|
||||
<Menu.Item name='/c' active={activeItem === '/c'} onClick={this.handleItemClick} as='a'>
|
||||
Csgo skins
|
||||
</Menu.Item>
|
||||
|
||||
<Menu.Menu>
|
||||
<Menu.Item>
|
||||
<Button primary onClick={this.stores.authStore.signOut}>Sign out</Button>
|
||||
|
@ -59,7 +59,7 @@ class Home extends Component {
|
||||
<Headline black="alexbell." red="ninja" />
|
||||
|
||||
<p>
|
||||
Yo, what's up? Ninja here! What can you do here? Feel free
|
||||
Yo, what's up? Ninja here! Feel free
|
||||
to browse around a little and try some of what you can find here :)
|
||||
</p>
|
||||
</Container>
|
||||
|
@ -359,6 +359,8 @@ const PasswordManager = inject("rootStore") ( observer(
|
||||
</Table>
|
||||
<Loader active={this.state.loading} />
|
||||
</Segment>
|
||||
|
||||
<p><i>Rijndael 128 bit</i> client-side encrypted!</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user