diff --git a/packages/docs/docs/components/maz-tabs.md b/packages/docs/docs/components/maz-tabs.md
index 33e6d74827..83a02bfd9e 100644
--- a/packages/docs/docs/components/maz-tabs.md
+++ b/packages/docs/docs/components/maz-tabs.md
@@ -52,7 +52,7 @@ description: MazTabs is a standalone component to display content in tabs with a
const tabs: MazTabsBarItem[] = [
{ label: 'First Tab', disabled: false },
- { label: 'Second Tab', disabled: false, badge: { color: 'danger', value: 1, roundedSize: 'full' } },
+ { label: 'Second Tab', disabled: false, badge: { color: 'danger', content: 1, roundedSize: 'full' } },
{ label: 'Third Tab', disabled: true },
]
@@ -144,20 +144,6 @@ You can choose the name of this query parameter with the props `query-param` `@d
-
-
## Custom tabs with slot