From a014264b5f7145b5f9823b41cc3cc5901c013252 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Thu, 9 Jan 2025 16:31:03 +0100 Subject: [PATCH] only render permalinks as h2 in expandable --- src/components/expandable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}