We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e447a commit 4a4dbffCopy full SHA for 4a4dbff
src/components/expandable.tsx
@@ -77,7 +77,7 @@ export function Expandable({title, children, permalink}: Props) {
77
return (
78
<Details open={isExpanded}>
79
<summary className="m-0 font-medium cursor-pointer relative pr-8 select-none appearance-none list-none">
80
- {header(title, true)}
+ {header(title, permalink)}
81
<Arrow className="expandable-arrow" />
82
</summary>
83
{children}
0 commit comments