We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a8190 commit 3c76ae7Copy full SHA for 3c76ae7
src/components/ComponentPage.tsx
@@ -217,7 +217,7 @@ export const Related = ({ component }: ComponentPageSectionProps) => {
217
{relatedComponents.map((relatedComponent, index) => (
218
<>
219
{relatedComponent.slug ? (
220
- <Link href={relatedComponent.slug}>{relatedComponent.name}</Link>
+ <Link href={`/${relatedComponent.slug}/`}>{relatedComponent.name}</Link>
221
) : (
222
relatedComponent.name
223
)}
0 commit comments