File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6464
6565@media (max-width : 750px ) {
6666 .DocSearch-Button-KeySeparator ,
67+ .DocSearch-Button-Keys ,
6768 .DocSearch-Button-Key {
6869 display : none;
6970 }
Original file line number Diff line number Diff line change 1- import React , { Fragment , useMemo } from 'react' ;
1+ import React , { useMemo } from 'react' ;
22
33import { ControlKeyIcon } from './icons/ControlKeyIcon' ;
44import { SearchIcon } from './icons/SearchIcon' ;
@@ -49,12 +49,12 @@ export const DocSearchButton = React.forwardRef<
4949
5050 < span className = "DocSearch-Button-Keys" >
5151 { key !== null && (
52- < Fragment >
52+ < >
5353 < span className = "DocSearch-Button-Key" >
5454 { key === ACTION_KEY_DEFAULT ? < ControlKeyIcon /> : key }
5555 </ span >
5656 < span className = "DocSearch-Button-Key" > K</ span >
57- </ Fragment >
57+ </ >
5858 ) }
5959 </ span >
6060 </ button >
You can’t perform that action at this time.
0 commit comments