diff --git a/src/components/Auth/AuthPage.jsx b/src/components/Auth/AuthPage.jsx index b2204cb..3a46e51 100644 --- a/src/components/Auth/AuthPage.jsx +++ b/src/components/Auth/AuthPage.jsx @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; const AuthPage = ({ children }) => { return ( - + { // Push over by the size of the button width={'100%'} fontWeight={'800'} - fontFamily={'Avenir'} letterSpacing={'0em'} > Edit First Name @@ -123,7 +122,6 @@ const EditFirstNameModal = ({ isOpen, onClose, user }) => { fontWeight={'500'} fontSize={'16px'} marginLeft={'13px'} - fontFamily={'Avenir'} lineHeight={'15px'} letterSpacing={'0em'} justify={'left'} @@ -132,7 +130,6 @@ const EditFirstNameModal = ({ isOpen, onClose, user }) => { First Name { color={'#0075FF'} gap={'6px'} padding={'12 11.321188926696777 12 11.321188926696777'} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'red', @@ -179,7 +175,6 @@ const EditFirstNameModal = ({ isOpen, onClose, user }) => { color={'#FFFFFF'} onClick={handleSubmit} isDisabled={isSubmittable} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'green', @@ -267,7 +262,6 @@ const EditLastNameModal = ({ isOpen, onClose, user }) => { // Push over by the size of the button width={'100%'} fontWeight={'800'} - fontFamily={'Avenir'} letterSpacing={'0em'} > Edit Last Name @@ -298,7 +292,6 @@ const EditLastNameModal = ({ isOpen, onClose, user }) => { fontWeight={'500'} fontSize={'16px'} marginLeft={'13px'} - fontFamily={'Avenir'} lineHeight={'15px'} letterSpacing={'0em'} justify={'left'} @@ -307,7 +300,6 @@ const EditLastNameModal = ({ isOpen, onClose, user }) => { Last Name { color={'#0075FF'} gap={'6px'} padding={'12 11.321188926696777 12 11.321188926696777'} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'red', @@ -354,7 +345,6 @@ const EditLastNameModal = ({ isOpen, onClose, user }) => { color={'#FFFFFF'} onClick={handleSubmit} isDisabled={isSubmittable} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'green', @@ -442,7 +432,6 @@ const EditEmailModal = ({ isOpen, onClose, user }) => { // Push over by the size of the button width={'100%'} fontWeight={'800'} - fontFamily={'Avenir'} letterSpacing={'0em'} > Edit Email @@ -473,7 +462,6 @@ const EditEmailModal = ({ isOpen, onClose, user }) => { fontWeight={'500'} fontSize={'16px'} marginLeft={'13px'} - fontFamily={'Avenir'} lineHeight={'15px'} letterSpacing={'0em'} justify={'left'} @@ -482,7 +470,6 @@ const EditEmailModal = ({ isOpen, onClose, user }) => { Email { color={'#0075FF'} gap={'6px'} padding={'12 11.321188926696777 12 11.321188926696777'} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'red', @@ -529,7 +515,6 @@ const EditEmailModal = ({ isOpen, onClose, user }) => { color={'#FFFFFF'} onClick={handleSubmit} isDisabled={isSubmittable} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'green', @@ -617,7 +602,6 @@ const EditOrganizationModal = ({ isOpen, onClose, user }) => { // Push over by the size of the button width={'100%'} fontWeight={'800'} - fontFamily={'Avenir'} letterSpacing={'0em'} > Edit Organization @@ -648,7 +632,6 @@ const EditOrganizationModal = ({ isOpen, onClose, user }) => { fontWeight={'500'} fontSize={'16px'} marginLeft={'13px'} - fontFamily={'Avenir'} lineHeight={'15px'} letterSpacing={'0em'} justify={'left'} @@ -657,7 +640,6 @@ const EditOrganizationModal = ({ isOpen, onClose, user }) => { Organization { color={'#0075FF'} gap={'6px'} padding={'12 11.321188926696777 12 11.321188926696777'} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'red', @@ -704,7 +685,6 @@ const EditOrganizationModal = ({ isOpen, onClose, user }) => { color={'#FFFFFF'} onClick={handleSubmit} isDisabled={isSubmittable} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'green', @@ -792,7 +772,6 @@ const EditPhoneNumberModal = ({ isOpen, onClose, user }) => { // Push over by the size of the button width={'100%'} fontWeight={'800'} - fontFamily={'Avenir'} letterSpacing={'0em'} > Edit Phone Number @@ -823,7 +802,6 @@ const EditPhoneNumberModal = ({ isOpen, onClose, user }) => { fontWeight={'500'} fontSize={'16px'} marginLeft={'13px'} - fontFamily={'Avenir'} lineHeight={'15px'} letterSpacing={'0em'} justify={'left'} @@ -832,7 +810,6 @@ const EditPhoneNumberModal = ({ isOpen, onClose, user }) => { Phone Number { color={'#0075FF'} gap={'6px'} padding={'12 11.321188926696777 12 11.321188926696777'} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'red', @@ -879,7 +855,6 @@ const EditPhoneNumberModal = ({ isOpen, onClose, user }) => { color={'#FFFFFF'} onClick={handleSubmit} isDisabled={isSubmittable} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'green', @@ -967,7 +942,6 @@ const EditAboutMeModal = ({ isOpen, onClose, user }) => { // Push over by the size of the button width={'100%'} fontWeight={'800'} - fontFamily={'Avenir'} letterSpacing={'0em'} > Edit About Me Section @@ -998,7 +972,6 @@ const EditAboutMeModal = ({ isOpen, onClose, user }) => { fontWeight={'500'} fontSize={'16px'} marginLeft={'13px'} - fontFamily={'Avenir'} lineHeight={'15px'} letterSpacing={'0em'} justify={'left'} @@ -1007,7 +980,6 @@ const EditAboutMeModal = ({ isOpen, onClose, user }) => { About Me { color={'#0075FF'} gap={'6px'} padding={'12 11.321188926696777 12 11.321188926696777'} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'red', @@ -1054,7 +1025,6 @@ const EditAboutMeModal = ({ isOpen, onClose, user }) => { color={'#FFFFFF'} onClick={handleSubmit} isDisabled={isSubmittable} - fontFamily={'Avenir'} fontSize={'14px'} _hover={{ bg: 'green', diff --git a/src/components/EventRegistration/LoadingModal.jsx b/src/components/EventRegistration/LoadingModal.jsx index 1e48221..b9c4dd1 100644 --- a/src/components/EventRegistration/LoadingModal.jsx +++ b/src/components/EventRegistration/LoadingModal.jsx @@ -8,14 +8,13 @@ const LoadingModal = ({ ...props }) => { - + {`Registering...`} {`Hang tight, and you'll registered soon!`} diff --git a/src/components/EventRegistration/RegistrationModal.jsx b/src/components/EventRegistration/RegistrationModal.jsx index c23626a..8165aae 100644 --- a/src/components/EventRegistration/RegistrationModal.jsx +++ b/src/components/EventRegistration/RegistrationModal.jsx @@ -30,13 +30,12 @@ const RegistrationModal = ({ color={'#717171'} fontSize={'20px'} align={'center'} - fontFamily={'Avenir'} fontWeight={800} mb={'-6px'} > Volunteer registration - + {title} diff --git a/src/components/EventRegistration/SignWaiverModal.jsx b/src/components/EventRegistration/SignWaiverModal.jsx index 81d3e52..cb8d6e1 100644 --- a/src/components/EventRegistration/SignWaiverModal.jsx +++ b/src/components/EventRegistration/SignWaiverModal.jsx @@ -19,21 +19,14 @@ const SignWaiverModal = ({ registrationFlowState, ...props }) => { continueText={'Register'} {...props} > - {/* color: var(--Primary-Text, #3B3B3B); -font-family: Avenir; -font-size: 18px; -font-style: normal; -font-weight: 500; -line-height: normal; */} - + Read terms and conditions {/* Terms box */} - + I agree to the terms and conditions diff --git a/src/components/EventRegistration/SuccessfulRegistrationModal.jsx b/src/components/EventRegistration/SuccessfulRegistrationModal.jsx index bf633be..0acb330 100644 --- a/src/components/EventRegistration/SuccessfulRegistrationModal.jsx +++ b/src/components/EventRegistration/SuccessfulRegistrationModal.jsx @@ -39,14 +39,13 @@ const SuccessfulRegistrationModal = ({ ...props }) => { - + {`You're all set!`} {`We're excited to see you at the event!`} diff --git a/src/components/Events/DataCard.jsx b/src/components/Events/DataCard.jsx index 7fa4e56..7bcbc8c 100644 --- a/src/components/Events/DataCard.jsx +++ b/src/components/Events/DataCard.jsx @@ -4,7 +4,7 @@ const DataCard = ({ icon, text, amount }) => { return ( {icon} - + {text} { fontSize={56} fontWeight={800} color={'rgba(0, 0, 0, 0.75)'} - fontFamily={'Avenir'} > {amount} diff --git a/src/components/Events/DeleteEventsModal.jsx b/src/components/Events/DeleteEventsModal.jsx index 1fac607..a039f78 100644 --- a/src/components/Events/DeleteEventsModal.jsx +++ b/src/components/Events/DeleteEventsModal.jsx @@ -27,7 +27,6 @@ const DeleteEventsModal = ({ isOpen, onClose, events, confirmDelete }) => { fontWeight="800" fontSize="32px" lineHeight="33.71px" - fontFamily="Avenir, sans-serif" style={{ display: 'block' }} // Ensure text alignment applies correctly > Are you sure you want to delete: {formattedEventNames} {eventLabel}? diff --git a/src/components/Events/EventCard.jsx b/src/components/Events/EventCard.jsx index 6c20a04..ca85444 100644 --- a/src/components/Events/EventCard.jsx +++ b/src/components/Events/EventCard.jsx @@ -139,7 +139,6 @@ const EventCard = ({ fontWeight="800" fontSize="24px" lineHeight="30px" - fontFamily="Avenir" mt={2} overflowWrap={'break-word'} > @@ -150,7 +149,6 @@ const EventCard = ({ fontWeight="800" fontSize={{ base: '20px', md: '24px' }} lineHeight="30px" - fontFamily="Avenir" mt={2} overflowWrap={'break-word'} > @@ -158,7 +156,6 @@ const EventCard = ({ )} All Upcoming Events diff --git a/src/components/Events/FeaturedDashboard.jsx b/src/components/Events/FeaturedDashboard.jsx index 4da069f..5c6d307 100644 --- a/src/components/Events/FeaturedDashboard.jsx +++ b/src/components/Events/FeaturedDashboard.jsx @@ -49,7 +49,6 @@ const FeaturedDashboard = ({ onOpen, showOpenDrawerButton }) => { lineHeight="normal" fontStyle="normal" fontSize={{ base: '18px', xl: '32px' }} - fontFamily={'Avenir'} color={'rgba(0, 0, 0, 0.75)'} > Featured Events diff --git a/src/components/Events/VolunteerImpactSummary.jsx b/src/components/Events/VolunteerImpactSummary.jsx index 930f87f..6c28f6b 100644 --- a/src/components/Events/VolunteerImpactSummary.jsx +++ b/src/components/Events/VolunteerImpactSummary.jsx @@ -87,7 +87,7 @@ const VolunteerImpactSummary = () => { index={1} amount={events} text={ - + Total Events Participated } @@ -103,7 +103,7 @@ const VolunteerImpactSummary = () => { index={2} amount={total + ' lbs'} text={ - + Total Trash Weight } @@ -119,7 +119,7 @@ const VolunteerImpactSummary = () => { index={3} amount={largestItem + ' lbs'} text={ - + Largest Trash Item Collected } diff --git a/src/pages/AdminPage.jsx b/src/pages/AdminPage.jsx index 037f331..be2149a 100644 --- a/src/pages/AdminPage.jsx +++ b/src/pages/AdminPage.jsx @@ -96,7 +96,7 @@ export default function AdminPage() { return ( - + Administrators