File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -691,13 +691,11 @@ export function DocsLayout({
691
691
} )
692
692
) }
693
693
</ div >
694
- < div className = "p-4 bg-white dark:bg-black/40 border-b border-gray-500/20 shadow-xl divide-y divide-gray-500/20 flex flex-col border-t border-l rounded-l-lg" >
695
- { libraryId === 'query' ? (
694
+ { libraryId === 'query' ? (
695
+ < div className = "p-4 bg-white dark:bg-black/40 border-b border-gray-500/20 shadow-xl divide-y divide-gray-500/20 flex flex-col border-t border-l rounded-l-lg" >
696
696
< DocsCalloutQueryGG />
697
- ) : (
698
- < DocsCalloutBytes />
699
- ) }
700
- </ div >
697
+ </ div >
698
+ ) : null }
701
699
702
700
< div className = "bg-white dark:bg-black/40 border-gray-500/20 shadow-xl flex flex-col border-t border-l border-b p-4 space-y-2 rounded-l-lg" >
703
701
< GadRightRailSquare />
@@ -706,6 +704,12 @@ export function DocsLayout({
706
704
< div className = "bg-white dark:bg-black/40 border-gray-500/20 shadow-xl flex flex-col border-t border-l border-b p-4 space-y-2 rounded-l-lg" >
707
705
< Carbon />
708
706
</ div >
707
+
708
+ { libraryId !== 'query' ? (
709
+ < div className = "p-4 bg-white dark:bg-black/40 border-b border-gray-500/20 shadow-xl divide-y divide-gray-500/20 flex flex-col border-t border-l rounded-l-lg" >
710
+ < DocsCalloutBytes />
711
+ </ div >
712
+ ) : null }
709
713
</ div >
710
714
</ div >
711
715
{ showBytes ? (
You can’t perform that action at this time.
0 commit comments