Redirect to profile
This commit is contained in:
parent
198adfe395
commit
9d7fea284a
|
|
@ -45,7 +45,7 @@ const Banner = () => {
|
||||||
</Link>
|
</Link>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xl={{ size: 7, offset: 1 }} className="align-self-end">
|
<Col xl={{ size: 7, offset: 1 }} className="align-self-end">
|
||||||
<Link to="/" className="img-landing-banner">
|
<Link to="/profile" className="img-landing-banner">
|
||||||
<img className="img-fluid" src={isDark ? dashboardDark : dashboard} alt="" />
|
<img className="img-fluid" src={isDark ? dashboardDark : dashboard} alt="" />
|
||||||
</Link>
|
</Link>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ const logo = '/img/logos/JK_Logo_blue-2021.png';
|
||||||
const Logo = ({ at, width, className, ...rest }) => {
|
const Logo = ({ at, width, className, ...rest }) => {
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
to="/"
|
to="/profile"
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'text-decoration-none',
|
'text-decoration-none',
|
||||||
{ 'navbar-brand text-left': at === 'navbar-vertical' },
|
{ 'navbar-brand text-left': at === 'navbar-vertical' },
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ const withAuthSplit = OriginalComponent => {
|
||||||
<CardHeader className="bg-split-card-header bg-circle-shape text-center p-2">
|
<CardHeader className="bg-split-card-header bg-circle-shape text-center p-2">
|
||||||
<Link
|
<Link
|
||||||
className="text-white text-sans-serif font-weight-extra-bold fs-4 z-index-1 position-relative"
|
className="text-white text-sans-serif font-weight-extra-bold fs-4 z-index-1 position-relative"
|
||||||
to="/"
|
to="/profile"
|
||||||
>
|
>
|
||||||
falcon
|
falcon
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue