mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 19:46:40 +07:00
redux: editor-panel: login-logout
This commit is contained in:
parent
e56e49acf4
commit
185fe80fc5
15 changed files with 314 additions and 260 deletions
|
@ -1,8 +1,14 @@
|
|||
// @flow
|
||||
import React from 'react';
|
||||
|
||||
export const GuestButton = ({ onClick }) => (
|
||||
type Props = {
|
||||
onClick: Function,
|
||||
}
|
||||
|
||||
export const GuestButton = ({ onClick }: Props) => (
|
||||
<div className="control-bar user-bar">
|
||||
<button
|
||||
className="user-bar-guest"
|
||||
onClick={onClick}
|
||||
>
|
||||
<span>ВОЙТИ</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue