Browse Source

feat: replace sidebar mode icon to me folder

yukendev 2 years ago
parent
commit
946d679004

+ 0 - 0
apps/app/src/components/Icons/SidebarDockIcon.jsx → apps/app/src/components/Me/SidebarDockIcon.jsx


+ 0 - 0
apps/app/src/components/Icons/SidebarDrawerIcon.jsx → apps/app/src/components/Me/SidebarDrawerIcon.jsx


+ 2 - 2
apps/app/src/components/Me/UISettings.tsx

@@ -1,8 +1,8 @@
 import { useTranslation } from 'react-i18next';
 import { UncontrolledTooltip } from 'reactstrap';
 
-import SidebarDockIcon from '../Icons/SidebarDockIcon';
-import SidebarDrawerIcon from '../Icons/SidebarDrawerIcon';
+import SidebarDockIcon from './SidebarDockIcon';
+import SidebarDrawerIcon from './SidebarDrawerIcon';
 
 import styles from './UISettings.module.scss';