Redirect to profile

This commit is contained in:
Seth Call 2025-03-04 08:26:54 -06:00
parent 198adfe395
commit 9d7fea284a
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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' },

View File

@ -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>