Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenOlano committed Nov 22, 2024
1 parent 229f020 commit a98a2dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/events/eventView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ const EventView = ({ children, searchParams }: Props) => {
</nav>
</div>

<section
aria-labelledby="events-heading"
className="w-full"
>
<section aria-labelledby="events-heading" className="w-full">
<div
data-view="list"
className="group flex w-full flex-col items-center space-y-7.5 pt-10 md:items-start"
Expand Down

0 comments on commit a98a2dd

Please sign in to comment.