diff --git a/frontend/components/Settings/ClubTab.tsx b/frontend/components/Settings/ClubTab.tsx index 114aa0717..08d8a0dd3 100644 --- a/frontend/components/Settings/ClubTab.tsx +++ b/frontend/components/Settings/ClubTab.tsx @@ -232,7 +232,7 @@ const ClubTab = ({ <>
- + No memberships yet! Browse {OBJECT_NAME_PLURAL}{' '} here. diff --git a/frontend/components/Settings/RenewTab.tsx b/frontend/components/Settings/RenewTab.tsx index c1413f2b2..0cbdea7a9 100644 --- a/frontend/components/Settings/RenewTab.tsx +++ b/frontend/components/Settings/RenewTab.tsx @@ -68,7 +68,7 @@ const RenewTab = ({ className }: ClubTabProps): ReactElement => { <>
- + You are not listed as an officer for any {OBJECT_NAME_PLURAL} yet. If you would like to request access for an existing{' '} {OBJECT_NAME_SINGULAR}, please send your name, PennKey, and{' '} diff --git a/frontend/components/Settings/TicketsTab/index.tsx b/frontend/components/Settings/TicketsTab/index.tsx index 650a2d6be..ba74c9884 100644 --- a/frontend/components/Settings/TicketsTab/index.tsx +++ b/frontend/components/Settings/TicketsTab/index.tsx @@ -257,7 +257,7 @@ const TicketsTab = ({ className, userInfo }: TicketsTabProps): ReactElement => { <>
- + No tickets yet! Browse events to find tickets{' '} here. diff --git a/frontend/components/Tickets/CartTickets.tsx b/frontend/components/Tickets/CartTickets.tsx index f593b3097..edab5ce80 100644 --- a/frontend/components/Tickets/CartTickets.tsx +++ b/frontend/components/Tickets/CartTickets.tsx @@ -313,7 +313,7 @@ const CartTickets: React.FC = ({ tickets, soldOut }) => { }} > Your cart is empty - + To add tickets to your cart, visit the event page and select the tickets you wish to purchase. If you believe this is an error, please contact support at diff --git a/frontend/components/Tickets/PaymentForm.tsx b/frontend/components/Tickets/PaymentForm.tsx index d45d5ebad..8333ace82 100644 --- a/frontend/components/Tickets/PaymentForm.tsx +++ b/frontend/components/Tickets/PaymentForm.tsx @@ -36,7 +36,7 @@ const Payment: React.FC = ({ return ( <>