File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/components/Nav/Mobile Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ import {
10
10
11
11
import LanguagePicker from "@/components/LanguagePicker"
12
12
13
+ import { MOBILE_LANGUAGE_BUTTON_NAME } from "@/lib/constants"
14
+
13
15
import FooterButton from "./FooterButton"
14
16
import FooterItemText from "./FooterItemText"
15
- import { MOBILE_LANGUAGE_BUTTON_NAME } from "@/lib/constants"
16
17
17
18
type MenuFooterProps = {
18
19
onToggle : ( ) => void
@@ -68,7 +69,11 @@ const MenuFooter = ({
68
69
opacity : 0.4 ,
69
70
} } // TODO: Replace with overlay component
70
71
>
71
- < MenuButton as = { FooterButton } icon = { BsTranslate } name = { MOBILE_LANGUAGE_BUTTON_NAME } >
72
+ < MenuButton
73
+ as = { FooterButton }
74
+ icon = { BsTranslate }
75
+ name = { MOBILE_LANGUAGE_BUTTON_NAME }
76
+ >
72
77
< FooterItemText > { t ( "languages" ) } </ FooterItemText >
73
78
</ MenuButton >
74
79
</ LanguagePicker >
You can’t perform that action at this time.
0 commit comments