File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ export const AIFriendlyArchitecture = () => {
212212 <div >
213213 <div className = " icon-circle bg-orange-500" >
214214 <svg xmlns = " http://www.w3.org/2000/svg" width = " 24" height = " 24" viewBox = " 0 0 24 24" fill = " none"
215- stroke = " currentColor" stroke-width = " 2" stroke-linecap = " round" stroke-linejoin = " round"
216- class = " lucide lucide-brain-circuit h-6 w-6" >
215+ stroke = " currentColor" strokeWidth = " 2" strokeLinecap = " round" strokeLinejoin = " round"
216+ className = " lucide lucide-brain-circuit h-6 w-6" >
217217 <path d = " M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z" ></path >
218218 <path d = " M9 13a4.5 4.5 0 0 0 3-4" ></path >
219219 <path d = " M6.003 5.125A3 3 0 0 0 6.401 6.5" ></path >
Original file line number Diff line number Diff line change @@ -28,6 +28,4 @@ export default function prismIncludeLanguages (PrismObject) {
2828 if ( typeof PrismBefore !== 'undefined' ) {
2929 globalThis . Prism = PrismObject
3030 }
31-
32- console . log ( PrismObject )
3331}
You can’t perform that action at this time.
0 commit comments