File tree Expand file tree Collapse file tree
lib/components/event-schedule-new Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1244,9 +1244,9 @@ const CommunityEvents = () => {
12441244 onChange = { e => handleInputChange ( 'requires_ticket' , e . target . checked ) }
12451245 className = "mr-2"
12461246 />
1247- Requires ticket
1247+ Requires ticket/signup
12481248 </ label >
1249- < p className = "text-xs text-gray-500 mt-1" > Whether the event requires tickets</ p >
1249+ < p className = "text-xs text-gray-500 mt-1" > Whether the event requires tickets/signup </ p >
12501250 </ div >
12511251
12521252 < div className = "flex flex-col" >
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ const Layout = (props: CalendarLayoutProps) => {
7777 < br />
7878 </ >
7979 ) : (
80- < div className = "flex items-center gap-2 text-white" >
81- < TicketPurple className = "h-[26px] w-[26px] inline-block mr-2" />
80+ < div className = "flex flex-col text-center md:text-left md:flex-row items-center gap-2 text-white" >
81+ < TicketPurple className = "h-[26px] w-[26px] inline-block mr-2 shrink-0 " />
8282 < div className = "flex flex-col" >
8383 < div className = "font-semibold leading-tight" >
8484 Events hosted inside La Rural require a Devconnect World’s
You can’t perform that action at this time.
0 commit comments