diff --git a/frontend/src/pages/HomePage.module.less b/frontend/src/pages/HomePage.module.less deleted file mode 100644 index 82dc4ac..0000000 --- a/frontend/src/pages/HomePage.module.less +++ /dev/null @@ -1,12 +0,0 @@ -@import 'styles.less'; - -.welcomeMap { - height: 60rem; - max-height: 70vh; - position: relative; - - @media @mobile { - margin: -35px -32px 0 -32px; - max-height: 70vh; - } -} diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index e0184f7..ff2ab91 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -7,10 +7,9 @@ import {map, switchMap} from 'rxjs/operators' import {useTranslation, Trans as Translate} from 'react-i18next' import api from 'api' -import {Stats, Page, Map} from 'components' +import {Stats, Page} from 'components' import {TrackListItem} from './TracksPage' -import styles from './HomePage.module.less' function MostRecentTrack() { const {t} = useTranslation()