From b786cc222871da48cb419678cfcea93881b7d149 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Sun, 13 Aug 2023 15:35:05 +0900 Subject: [PATCH] Update modal.tsx --- components/layout/menu/modal.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/components/layout/menu/modal.tsx b/components/layout/menu/modal.tsx index b233220db..b5049d60e 100644 --- a/components/layout/menu/modal.tsx +++ b/components/layout/menu/modal.tsx @@ -5,6 +5,7 @@ import CloseIcon from 'components/icons/close'; import MenuIcon from 'components/icons/menu'; import Link from 'next/link'; import { Fragment, useRef, useState } from 'react'; +import { LanguageControl } from '../navbar/language-control'; export function MenuModal() { let [isOpen, setIsOpen] = useState(false); @@ -41,13 +42,15 @@ export function MenuModal() {
- +
+
+ + + +
+