We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5374e0d commit 7e8bedaCopy full SHA for 7e8beda
1 file changed
src/components/CommunityPortal/Calendar/CommunityCalendar.jsx
@@ -4,6 +4,8 @@ import ReactCalendar from 'react-calendar';
4
import 'react-calendar/dist/Calendar.css';
5
import CalendarActivitySection from './CalendarActivitySection';
6
import styles from './CommunityCalendar.module.css';
7
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
8
+import { faClock, faLocationDot, faTag, faCircleCheck } from '@fortawesome/free-solid-svg-icons';
9
10
const STATUSES = ['New', 'Needs Attendees', 'Filling Fast', 'Full Event'];
11
const EVENT_TYPES = ['Workshop', 'Webinar', 'Meeting', 'Social Gathering'];
0 commit comments