diff --git a/front/components/UI/Elements/Menu.tsx b/front/components/UI/Elements/Menu.tsx index 16b8af99..51d988d2 100644 --- a/front/components/UI/Elements/Menu.tsx +++ b/front/components/UI/Elements/Menu.tsx @@ -14,7 +14,9 @@ export const Menu = (props : any ) => { return ( - + <> +
+ @@ -28,7 +30,9 @@ export const Menu = (props : any ) => {

{process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA}

- }>pre-alpha
+ }>pre-alpha
@@ -46,7 +50,7 @@ export const Menu = (props : any ) => { -
+
); }; @@ -104,17 +108,7 @@ const Search = styled.div` width: auto; `; -const SearchInput = styled.input` - box-shadow: inset 5px 6px 16px rgba(0, 0, 0, 0.01); - background: rgb(244 242 242 / 35%); - border-radius: 6px; - height: 50%; - border: none; - margin-top: 20px; - margin-bottom: 20px; - padding-left: 10px; - color: #52525220; -`; + const MenuArea = styled.div` display: flex;