File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,16 @@ export default function FrameworkPage() {
8282 </ p >
8383 </ div >
8484
85+ < div className = "bg-[var(--background)] p-6 rounded-lg border-2 border-[var(--primary)] border-opacity-50" >
86+ < div className = "mb-4" >
87+ < Image src = "/images/icons/file-terminal.svg" alt = "" width = { 32 } height = { 32 } className = "opacity-70" />
88+ </ div >
89+ < h3 className = "text-xl font-bold mb-3" > Code Health Assistant < span className = "text-xs font-normal text-[var(--primary)] ml-2" > NEW</ span > </ h3 >
90+ < p className = "text-[var(--text-secondary)]" >
91+ Automated code quality checks, auto-fix capabilities, and health trend tracking via CLI.
92+ </ p >
93+ </ div >
94+
8595 < div className = "bg-[var(--background)] p-6 rounded-lg" >
8696 < div className = "mb-4" >
8797 < Image src = "/images/icons/square-terminal.svg" alt = "" width = { 32 } height = { 32 } className = "opacity-70" />
@@ -131,16 +141,6 @@ export default function FrameworkPage() {
131141 Built-in PII scrubbing, audit logging, and compliance controls.
132142 </ p >
133143 </ div >
134-
135- < div className = "bg-[var(--background)] p-6 rounded-lg border-2 border-[var(--primary)] border-opacity-50" >
136- < div className = "mb-4" >
137- < Image src = "/images/icons/file-terminal.svg" alt = "" width = { 32 } height = { 32 } className = "opacity-70" />
138- </ div >
139- < h3 className = "text-xl font-bold mb-3" > Code Health Assistant < span className = "text-xs font-normal text-[var(--primary)] ml-2" > NEW</ span > </ h3 >
140- < p className = "text-[var(--text-secondary)]" >
141- Automated code quality checks, auto-fix capabilities, and health trend tracking via CLI.
142- </ p >
143- </ div >
144144 </ div >
145145 </ div >
146146 </ section >
You can’t perform that action at this time.
0 commit comments