Skip to content

Commit

Permalink
Refactor CSS in src/components/LeftDrawer (fixes #2899) (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
devender18 authored Dec 27, 2024
1 parent 38750de commit 43f2c61
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 240 deletions.
239 changes: 0 additions & 239 deletions src/components/LeftDrawer/LeftDrawer.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/LeftDrawer/LeftDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import OrganizationsIcon from 'assets/svgs/organizations.svg?react';
import RolesIcon from 'assets/svgs/roles.svg?react';
import SettingsIcon from 'assets/svgs/settings.svg?react';
import TalawaLogo from 'assets/svgs/talawa.svg?react';
import styles from './LeftDrawer.module.css';
import styles from 'style/app.module.css';
import useLocalStorage from 'utils/useLocalstorage';

export interface InterfaceLeftDrawerProps {
Expand Down
Loading

0 comments on commit 43f2c61

Please sign in to comment.