Skip to content

Commit

Permalink
Fix built ins components link on docs theme page (shuding#1027)
Browse files Browse the repository at this point in the history
Fix built ins components link in docs theme
  • Loading branch information
AntoineKM authored Dec 5, 2022
1 parent e43a655 commit 5f98048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/docs-theme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ import { Card, Cards } from '@components/card'
<Card icon={<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor" className="w-6 h-6">
<path strokeLinecap="round" strokeLinejoin="round" d="M21 7.5l-9-5.25L3 7.5m18 0l-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9" />
</svg>
} title="Built-in Components" href="/docs/docs-theme/components">
} title="Built-in Components" href="/docs/docs-theme/built-ins">
</Card>
</Cards>

0 comments on commit 5f98048

Please sign in to comment.