Skip to content

Commit

Permalink
Remove image icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannygod committed Apr 21, 2024
1 parent f3f33c7 commit 7df9173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/page/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Home = () => {
style={{
textAlign: index % 2 === 0 ? "right" : "left",
width: "100%",
display: descriptions[`image${index}`].visible ? "block" : "none",
// display: descriptions[`image${index}`].visible ? "block" : "none",
wordWrap: "break-word",
}}
>
Expand Down

0 comments on commit 7df9173

Please sign in to comment.