Skip to content

Commit 9aa03da

Browse files
committed
mini fixes
1 parent 9cfac79 commit 9aa03da

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

devconnect/src/pages/community-events.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

lib/components/event-schedule-new/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)