Sid Gifari File Manager
🏠 Root
/
home2
/
nuveprin
/
ahavahome.org
/
wp-content
/
plugins
/
give
/
src
/
EventTickets
/
resources
/
components
/
Editing: EventTicketsDescription.tsx
export default function EventTicketsDescription({description}) { return ( <div className={'givewp-event-tickets__description'}> <p>{description}</p> </div> ) }
Save
Cancel