diff --git a/docs/app/components/content/ComponentCode.vue b/docs/app/components/content/ComponentCode.vue
new file mode 100644
index 00000000..e03b531b
--- /dev/null
+++ b/docs/app/components/content/ComponentCode.vue
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/app/components/content/ComponentTheme.vue b/docs/app/components/content/ComponentTheme.vue
index 9e2b336d..fe689429 100644
--- a/docs/app/components/content/ComponentTheme.vue
+++ b/docs/app/components/content/ComponentTheme.vue
@@ -1,7 +1,6 @@
diff --git a/docs/app/components/content/IconsTheme.vue b/docs/app/components/content/IconsTheme.vue
index 21684ffc..b9644440 100644
--- a/docs/app/components/content/IconsTheme.vue
+++ b/docs/app/components/content/IconsTheme.vue
@@ -3,12 +3,12 @@ import json5 from 'json5'
const appConfig = useAppConfig()
-const { data: ast } = await useAsyncData(`icons-theme`, () => parseMarkdown(`
+const { data: ast } = await useAsyncData(`icons-theme`, () => parseMarkdown(`
\`\`\`yml
${json5.stringify(appConfig.ui.icons, null, 2).replace(/,([ |\t\n]+[}|\])])/g, '$1')}
\`\`\`\
-::callout{icon="i-heroicons-light-bulb"}
+::tip
You can customize this component in your \`app.config.ts\` under \`ui.icons\` key.
::
`))