diff --git a/src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcons.module.css b/src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcon.module.css similarity index 100% rename from src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcons.module.css rename to src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcon.module.css diff --git a/src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcon.tsx b/src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcon.tsx index 6967de937..7d0c4fc01 100644 --- a/src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcon.tsx +++ b/src/components/activities/anthem/AnthemTrackIcon/AnthemTrackIcon.tsx @@ -4,7 +4,7 @@ import { TextField, IconButton, Autocomplete, Popper, Fade, Paper, Box, Icon } f import type { DisplayableInstrumentsType } from '../../../../utils/instruments'; import { InstrumentSvg } from '../InstrumentSvg/InstrumentSvg'; -import styles from './AnthemTrackIcons.module.css'; +import styles from './AnthemTrackIcon.module.css'; import type { Track } from 'types/anthem.type'; export interface AnthemTrackProps {