feat: update AppLogo component to use pathsConfig for home navigation
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import { getTeamAccountSidebarConfig } from '@/packages/shared/src/config';
|
||||
import {
|
||||
getTeamAccountSidebarConfig,
|
||||
pathsConfig,
|
||||
} from '@/packages/shared/src/config';
|
||||
|
||||
import { AppLogo } from '@kit/shared/components/app-logo';
|
||||
import { ProfileAccountDropdownContainer } from '@kit/shared/components/personal-account-dropdown-container';
|
||||
@@ -47,7 +50,7 @@ export function TeamAccountNavigationMenu(props: {
|
||||
return (
|
||||
<div className={'flex w-full flex-1 justify-between'}>
|
||||
<div className={'flex items-center space-x-8'}>
|
||||
<AppLogo />
|
||||
<AppLogo href={pathsConfig.app.home} />
|
||||
</div>
|
||||
|
||||
<div className={'flex items-center justify-end gap-2 space-x-2.5'}>
|
||||
|
||||
Reference in New Issue
Block a user