Mount AI governance copilot
This commit is contained in:
parent
5ff41e2af4
commit
718b53b2a9
@ -8,6 +8,7 @@ import NavBar from '../components/NavBar'
|
||||
import NavBarItemPlain from '../components/NavBarItemPlain'
|
||||
import AsideMenu from '../components/AsideMenu'
|
||||
import FooterBar from '../components/FooterBar'
|
||||
import AiGovernanceCopilot from '../components/AiGovernanceCopilot'
|
||||
import { useAppDispatch, useAppSelector } from '../stores/hooks'
|
||||
import Search from '../components/Search';
|
||||
import { useRouter } from 'next/router'
|
||||
@ -156,6 +157,7 @@ export default function LayoutAuthenticated({
|
||||
onAsideLgClose={() => setIsAsideLgActive(false)}
|
||||
/>
|
||||
{children}
|
||||
<AiGovernanceCopilot />
|
||||
<FooterBar>Controlled AI adoption for legal teams.</FooterBar>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user