mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
Merge branch 'master' of https://github.com/abouolia/Ratteb
This commit is contained in:
@@ -7,7 +7,7 @@ import { FormattedMessage as T } from 'react-intl';
|
|||||||
import Icon from 'components/Icon';
|
import Icon from 'components/Icon';
|
||||||
import { useIsAuthenticated } from 'hooks/state';
|
import { useIsAuthenticated } from 'hooks/state';
|
||||||
|
|
||||||
import 'style/pages/Authentication/Auth.scss'
|
import 'style/pages/Authentication/Auth.scss';
|
||||||
|
|
||||||
function PageFade(props) {
|
function PageFade(props) {
|
||||||
return <CSSTransition {...props} classNames="authTransition" timeout={500} />;
|
return <CSSTransition {...props} classNames="authTransition" timeout={500} />;
|
||||||
@@ -26,13 +26,12 @@ export default function AuthenticationWrapper({ ...rest }) {
|
|||||||
) : (
|
) : (
|
||||||
<BodyClassName className={'authentication'}>
|
<BodyClassName className={'authentication'}>
|
||||||
<div class="authentication-page">
|
<div class="authentication-page">
|
||||||
<Link
|
<a
|
||||||
to={'bigcapital.io'}
|
href={'http://bigcapital.ly'}
|
||||||
className={'authentication-page__goto-bigcapital'}
|
className={'authentication-page__goto-bigcapital'}
|
||||||
>
|
>
|
||||||
<T id={'go_to_bigcapital_com'} />
|
<T id={'go_to_bigcapital_com'} />
|
||||||
</Link>
|
</a>
|
||||||
|
|
||||||
<div class="authentication-page__form-wrapper">
|
<div class="authentication-page__form-wrapper">
|
||||||
<div class="authentication-insider">
|
<div class="authentication-insider">
|
||||||
<div className={'authentication-insider__logo-section'}>
|
<div className={'authentication-insider__logo-section'}>
|
||||||
|
|||||||
Reference in New Issue
Block a user