Skip to content

Commit

Permalink
fix: anchor nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDibz committed Mar 19, 2024
1 parent 85024f2 commit 273d133
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/EventCard/EventCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const HorizontalEvent = (props: EventProps) => {

<EventDate date={event.date} />
</div>

<EventSpeakers event={event} speakersNumber={5} />
</div>
</a>
);
Expand Down

0 comments on commit 273d133

Please sign in to comment.