Skip to content

Commit

Permalink
Fix tabs element
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Oct 1, 2024
1 parent 79488c2 commit a589dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdoc.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default defineMarkdocConfig({
}
},
tabs: {
render: component("src/components/Tab.astro"),
render: component("src/components/Tabs.astro"),
},
}
})

0 comments on commit a589dc5

Please sign in to comment.