Skip to content

Commit

Permalink
Add event name to Manage Attendees
Browse files Browse the repository at this point in the history
  • Loading branch information
jasozh committed Apr 12, 2024
1 parent 55b3471 commit 8e98917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/organisms/ManageAttendees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ const ManageAttendees = ({}: ManageAttendeesProps) => {

{/* Manage event */}
<div className="flex flex-col sm:flex-row sm:justify-between pb-6 sm:pb-4">
<div className="font-semibold text-3xl mb-6">Malta Outreach</div>
<div className="font-semibold text-3xl mb-6">{name}</div>
<div className="flex flex-col sm:flex-row gap-4">
<Link href={`/events/${eventid}/edit`}>
<Button icon={<EditIcon />}>Edit event</Button>
Expand Down

0 comments on commit 8e98917

Please sign in to comment.