File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ import { useKeyDetect } from '@/hooks/use-key-detect';
77import { MainConfig } from '@/types' ;
88import { IconButton , Text } from 'opub-ui' ;
99
10- import { getPrefLangCookie } from '@/lib/serverUtils' ;
1110import { handleRedirect } from '@/lib/utils' ;
1211import { Icons } from '@/components/icons' ;
13- import { TranslateDropdown } from './langSelect/lang-select' ;
1412
1513export function MobileNav ( { data } : { data : MainConfig } ) {
1614 const [ open , setOpen ] = React . useState ( false ) ;
@@ -85,7 +83,6 @@ export function MobileNav({ data }: { data: MainConfig }) {
8583 </ div >
8684 ) }
8785 </ div >
88- < TranslateDropdown prefLangCookie = { getPrefLangCookie ( ) } />
8986 </ div >
9087 < footer className = "flex flex-col flex-wrap items-start gap-1 self-stretch bg-backgroundSolidDark px-5 py-4" >
9188 < div className = "flex flex-col items-center justify-center gap-4 self-center" >
You can’t perform that action at this time.
0 commit comments