Skip to content

Commit

Permalink
Update POAP details to 'ETHGlobal Brussels 2024 Hackathon'
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 17, 2024
1 parent 0ed6a8f commit 97a4e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/EventAttendanceVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ const EventAttendanceVerification: React.FC<EventAttendanceVerificationProps> =
onError={handleImageError}
/>
<div className="space-y-2">
<p className="text-base font-semibold">{poapDetails.event.name}</p>
<p className="text-base font-semibold">ETHGlobal Brussels 2024 Hackathon</p>
<div className="flex flex-col text-sm opacity-75">
<p>🎭 Role: {poapDetails.event.name.replace('ETHGlobal Brussels 2024', '')}</p>
<p>🎭 Role: {poapDetails.event.name.replace('ETHGlobal Brussels ', '')}</p>
<p>📅 Date: {new Date(poapDetails.event.end_date || poapDetails.event.start_date).toLocaleDateString()}</p>
<p>📍 Venue: {EVENT_VENUE}</p>
<p>🎫 Token ID: {poapDetails.tokenId}</p>
Expand Down

0 comments on commit 97a4e2e

Please sign in to comment.