Skip to content

Commit 7fc317f

Browse files
committed
remove dead code, oops
1 parent 5197c84 commit 7fc317f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/components/expandable/index.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,3 @@ export function Expandable({title, level = 'info', children, permalink, group}:
9393
</details>
9494
);
9595
}
96-
97-
//
98-
//
99-
// <details name={group} className={`callout !block ${'callout-' + level}`}>
100-
// <summary className="callout-header">{title}</summary>
101-
// <div className="callout-body content-flush-bottom">{children}</div>
102-
// </details>
103-
//
104-
//
105-
106-
//
107-
// <Callout
108-
// level={level}
109-
// title={title}
110-
// Icon={isExpanded ? ChevronDownIcon : ChevronRightIcon}
111-
// id={id}
112-
// titleOnClick={toggleIsExpanded}
113-
// >
114-
// {isExpanded ? children : undefined}
115-
// </Callout>

0 commit comments

Comments
 (0)