diff --git a/package.json b/package.json index 68264b9..69a38a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@interledger/docs-design-system", - "version": "0.6.0", + "version": "0.6.1", "type": "module", "description": "Shared styles and components used across all Interledger Starlight documentation sites", "exports": { diff --git a/src/components/CodeBlock.astro b/src/components/CodeBlock.astro index 30a50fc..42bd866 100644 --- a/src/components/CodeBlock.astro +++ b/src/components/CodeBlock.astro @@ -1,7 +1,7 @@ --- -const { title, id, class: className } = Astro.props; +const { title, class: className } = Astro.props; --- -
+

{title}