Skip to content

Commit

Permalink
refactored CSS files in src/screens/OrganizationVenues (#2879)
Browse files Browse the repository at this point in the history
* refactored: OrganizationVenues css

* resolved issues

* fixed issues

* issue fixed

* changes applied
  • Loading branch information
antriksh-9 authored Dec 27, 2024
1 parent 43f2c61 commit 8719d53
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 894 deletions.
2 changes: 1 addition & 1 deletion src/components/Venues/VenueCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { Card, Button } from 'react-bootstrap';
import defaultImg from 'assets/images/defaultImg.png';
import PeopleIcon from 'assets/svgs/people.svg?react';
import styles from 'screens/OrganizationVenues/OrganizationVenues.module.css';
import styles from '../../style/app.module.css';
import { useTranslation } from 'react-i18next';
import type { InterfaceQueryVenueListItem } from 'utils/interfaces';

Expand Down
Loading

0 comments on commit 8719d53

Please sign in to comment.