diff --git a/src/components/expandable.tsx b/src/components/expandable.tsx index 85f0607a71d53..28368464d68c4 100644 --- a/src/components/expandable.tsx +++ b/src/components/expandable.tsx @@ -77,7 +77,7 @@ export function Expandable({title, children, permalink}: Props) { return (
- {header(title, true)} + {header(title, permalink)} {children}