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

View File

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

View File

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