Redirect to profile
This commit is contained in:
parent
198adfe395
commit
9d7fea284a
|
|
@ -45,7 +45,7 @@ const Banner = () => {
|
|||
</Link>
|
||||
</Col>
|
||||
<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="" />
|
||||
</Link>
|
||||
</Col>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ const logo = '/img/logos/JK_Logo_blue-2021.png';
|
|||
const Logo = ({ at, width, className, ...rest }) => {
|
||||
return (
|
||||
<Link
|
||||
to="/"
|
||||
to="/profile"
|
||||
className={classNames(
|
||||
'text-decoration-none',
|
||||
{ '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">
|
||||
<Link
|
||||
className="text-white text-sans-serif font-weight-extra-bold fs-4 z-index-1 position-relative"
|
||||
to="/"
|
||||
to="/profile"
|
||||
>
|
||||
falcon
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in New Issue