File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId] Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
BreadcrumbSeparator ,
8
8
} from "@/components/ui/breadcrumb" ;
9
9
import type { EngineInstance } from "@3rdweb-sdk/react/hooks/useEngine" ;
10
- import { ChakraProvider } from "@chakra-ui/react " ;
10
+ import { ChakraProviderSetup } from "../../../../../../../../@/components/ChakraProviderSetup " ;
11
11
import { getValidAccount } from "../../../../../../../account/settings/getAccount" ;
12
12
import { getAuthToken } from "../../../../../../../api/lib/getAuthToken" ;
13
13
import { loginRedirect } from "../../../../../../../login/loginRedirect" ;
@@ -54,7 +54,7 @@ export default async function Layout(props: {
54
54
}
55
55
56
56
return (
57
- < ChakraProvider >
57
+ < ChakraProviderSetup >
58
58
< div className = "flex grow flex-col" >
59
59
< EngineInstanceHeader
60
60
instance = { instance }
@@ -77,7 +77,7 @@ export default async function Layout(props: {
77
77
</ EnsureEnginePermission >
78
78
</ EngineSidebarLayout >
79
79
</ div >
80
- </ ChakraProvider >
80
+ </ ChakraProviderSetup >
81
81
) ;
82
82
}
83
83
@@ -92,7 +92,7 @@ function EngineInstanceHeader(props: {
92
92
: instance . url ;
93
93
94
94
return (
95
- < div className = "border-b" >
95
+ < div className = "border-border border- b" >
96
96
< div className = "container py-6" >
97
97
< Breadcrumb >
98
98
< BreadcrumbList >
You can’t perform that action at this time.
0 commit comments