Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sev committed May 22, 2024
1 parent 61b9383 commit 0b35121
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ const EventsPage: FunctionComponent = () => (
width="100%"
height="450"
className="rounded-xl"
allowFullScreen
aria-hidden="false"
tabIndex="0"
></iframe>
allowFullScreen={false}
aria-hidden={false}
/>
</div>
</div>
</ContentSection>
Expand Down

0 comments on commit 0b35121

Please sign in to comment.