Skip to content

Commit

Permalink
Fix src/pages/Events/Events.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Apr 1, 2023
1 parent f82c028 commit 0f60c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Events/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Events(props) {
>
<img
src={data.image !== null ? data.image : Logo2}
alt={`${data.name} image`}
alt={`${data.name}`}
/>
</div>
<div
Expand Down

0 comments on commit 0f60c10

Please sign in to comment.