File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
nx-dev/ui-enterprise/src/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function MakeYourCiFast(): ReactElement {
61
61
</ div >
62
62
</ div >
63
63
< div className = "relative lg:col-span-2" >
64
- < div className = "relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 max-lg:rounded-t-[calc(2rem+1px)] lg:rounded-tr-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10" >
64
+ < div className = "relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 lg:rounded-tr-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10" >
65
65
< img
66
66
alt = "Nx Atomizer: split large tasks & E2E in chunks"
67
67
src = "/images/enterprise/nx-atomizer.avif"
@@ -86,7 +86,7 @@ export function MakeYourCiFast(): ReactElement {
86
86
</ div >
87
87
</ div >
88
88
< div className = "relative lg:col-span-3" >
89
- < div className = "relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 max-lg:rounded-b-[calc(2rem+1px)] lg:rounded-bl-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10" >
89
+ < div className = "relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 lg:rounded-bl-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10" >
90
90
< img
91
91
alt = "Nx Agents: simple & fast task distribution"
92
92
src = "/images/enterprise/nx-agents.avif"
@@ -111,7 +111,7 @@ export function MakeYourCiFast(): ReactElement {
111
111
</ div >
112
112
</ div >
113
113
< div className = "relative lg:col-span-3" >
114
- < div className = "relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 max-lg:rounded-b-[calc(2rem+1px)] lg:rounded-br-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10" >
114
+ < div className = "relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 lg:rounded-br-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10" >
115
115
< img
116
116
alt = "Partner with the Nx Team for guidances"
117
117
src = "/images/enterprise/nx-partnership.avif"
You can’t perform that action at this time.
0 commit comments