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
|
Password manager
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
|
|
||||||
|
<Menu.Item name='/c' active={activeItem === '/c'} onClick={this.handleItemClick} as='a'>
|
||||||
|
Csgo skins
|
||||||
|
</Menu.Item>
|
||||||
|
|
||||||
<Menu.Menu>
|
<Menu.Menu>
|
||||||
<Menu.Item>
|
<Menu.Item>
|
||||||
<Button primary onClick={this.stores.authStore.signOut}>Sign out</Button>
|
<Button primary onClick={this.stores.authStore.signOut}>Sign out</Button>
|
||||||
|
@ -59,7 +59,7 @@ class Home extends Component {
|
|||||||
<Headline black="alexbell." red="ninja" />
|
<Headline black="alexbell." red="ninja" />
|
||||||
|
|
||||||
<p>
|
<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 :)
|
to browse around a little and try some of what you can find here :)
|
||||||
</p>
|
</p>
|
||||||
</Container>
|
</Container>
|
||||||
|
@ -359,6 +359,8 @@ const PasswordManager = inject("rootStore") ( observer(
|
|||||||
</Table>
|
</Table>
|
||||||
<Loader active={this.state.loading} />
|
<Loader active={this.state.loading} />
|
||||||
</Segment>
|
</Segment>
|
||||||
|
|
||||||
|
<p><i>Rijndael 128 bit</i> client-side encrypted!</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user