diff --git a/client/src/components/UserSettingsModal/AboutPane.jsx b/client/src/components/UserSettingsModal/AboutPane.jsx index 0362b790..15634769 100644 --- a/client/src/components/UserSettingsModal/AboutPane.jsx +++ b/client/src/components/UserSettingsModal/AboutPane.jsx @@ -4,7 +4,7 @@ import { Image, Tab } from 'semantic-ui-react'; import logo from '../../assets/images/logo.png'; -import styles from './AccountPane.module.scss'; +import styles from './AboutPane.module.scss'; const AboutPane = React.memo(() => { // const [t] = useTranslation(); diff --git a/client/src/components/UserSettingsModal/AccountPane.module.scss b/client/src/components/UserSettingsModal/AboutPane.module.scss similarity index 100% rename from client/src/components/UserSettingsModal/AccountPane.module.scss rename to client/src/components/UserSettingsModal/AboutPane.module.scss