File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
apps/website/src/components/mdx-components Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,7 @@ export const components: Record<string, Component> = {
116
116
} > ( ( { __rawString__ } ) => {
117
117
return (
118
118
< div class = "code-example relative mb-6 max-h-[31.25rem] rounded-base" >
119
- < CodeCopy
120
- class = "absolute right-3 top-3 text-white hover:text-white"
121
- code = { __rawString__ }
122
- />
119
+ < CodeCopy class = "absolute right-3 top-3" code = { __rawString__ } />
123
120
< div
124
121
class = { cn (
125
122
'max-h-[31.25rem] max-w-full overflow-y-auto rounded-base border bg-gradient-to-b from-slate-900 to-slate-800 p-6 text-sm dark:from-background dark:to-accent/30' ,
@@ -132,7 +129,6 @@ export const components: Record<string, Component> = {
132
129
</ div >
133
130
) ;
134
131
} ) ,
135
-
136
132
Accordion,
137
133
AccordionItem,
138
134
AccordionTrigger,
You can’t perform that action at this time.
0 commit comments