language switch moved to header

This commit is contained in:
Daniel Shleifman
2021-06-17 13:38:56 +03:00
parent 32639aa41f
commit c2ea4acf95
20 changed files with 367 additions and 55 deletions

View File

@@ -1,4 +1,3 @@
import 'fontsource-roboto'
import { forwardRef, memo, useState } from 'react'
import {
UnfoldMore as UnfoldMoreIcon,

View File

@@ -166,7 +166,6 @@ export const StyledButton = styled.button`
background: #268757;
color: #fff;
font-size: 0.9rem;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
letter-spacing: 0.009em;
padding: 0 12px;
svg {