Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed #3318 Figma: Refactor CSS files in src/components/OrganizationCard #3406

46 changes: 0 additions & 46 deletions src/components/OrganizationCard/OrganizationCard.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/OrganizationCard/OrganizationCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import styles from './OrganizationCard.module.css';
import styles from '../../style/app.module.css';
import { Button } from 'react-bootstrap';
import { Tooltip } from '@mui/material';
import { useTranslation } from 'react-i18next';
Expand Down
Loading
Loading