feat: partner enrty
This commit is contained in:
@ -6,6 +6,7 @@ import { useCallback } from 'react';
|
||||
import CustomNavigationBar from '@/components/custom-navigation-bar';
|
||||
import HomePage from '@/components/home-page';
|
||||
import LoginButton from '@/components/login-button';
|
||||
import PartnerEntry from '@/components/partner-entry';
|
||||
import Slogan from '@/components/slogan';
|
||||
import SwitchBar from '@/components/switch-bar';
|
||||
import { RoleType, PageUrl } from '@/constants/app';
|
||||
@ -68,6 +69,7 @@ export default function User() {
|
||||
/>
|
||||
</Button>
|
||||
</div>
|
||||
<PartnerEntry />
|
||||
{roleType === RoleType.Anchor && <AnchorFragment />}
|
||||
{roleType === RoleType.Company && <CompanyFragment />}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user