File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
apps/dashboard/src/app/(app)/team/[team_slug]/(team) Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,19 @@ export default async function Page(props: {
5757 </ div >
5858
5959 < div className = "container flex grow flex-col gap-6 pt-8 pb-20" >
60- < TeamProjectsPage
61- projects = { projectsWithTotalWallets }
62- team = { team }
63- client = { client }
64- />
6560 < Alert variant = { "info" } >
6661 < CircleAlertIcon className = "h-4 w-4" />
6762 < AlertTitle > Looking for Engines?</ AlertTitle >
6863 < AlertDescription >
69- Engines have moved inside projects. Open or create a project to
70- manage your engines .
64+ Engines, contracts, project settings, and more are now managed
65+ within projects. Open or create a project to access them .
7166 </ AlertDescription >
7267 </ Alert >
68+ < TeamProjectsPage
69+ projects = { projectsWithTotalWallets }
70+ team = { team }
71+ client = { client }
72+ />
7373 </ div >
7474 </ div >
7575 ) ;
You can’t perform that action at this time.
0 commit comments