Skip to content

Commit eadc15f

Browse files
committed
fix: update SVG attributes to use camelCase and remove console log in prism-include-languages.js
1 parent 8f87549 commit eadc15f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/ai-friendly/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

src/theme/prism-include-languages.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)