File tree 1 file changed +7
-7
lines changed
apps/dashboard/src/app/(app)/team/[team_slug]/(team) 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: {
57
57
</ div >
58
58
59
59
< 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
- />
65
60
< Alert variant = { "info" } >
66
61
< CircleAlertIcon className = "h-4 w-4" />
67
62
< AlertTitle > Looking for Engines?</ AlertTitle >
68
63
< 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 .
71
66
</ AlertDescription >
72
67
</ Alert >
68
+ < TeamProjectsPage
69
+ projects = { projectsWithTotalWallets }
70
+ team = { team }
71
+ client = { client }
72
+ />
73
73
</ div >
74
74
</ div >
75
75
) ;
You can’t perform that action at this time.
0 commit comments