Dane Grant
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
beta/src/components/MDX/ExpandableCallout.tsx
|
@ -56,8 +56,6 @@ function ExpandableCallout({children, type}: ExpandableCalloutProps) { |
|
|
const contentRef = useRef<HTMLDivElement>(null); |
|
|
const contentRef = useRef<HTMLDivElement>(null); |
|
|
const variant = variantMap[type]; |
|
|
const variant = variantMap[type]; |
|
|
|
|
|
|
|
|
console.log('v,', variant); |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<div |
|
|
<div |
|
|
className={cn( |
|
|
className={cn( |
|
|