Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page full built #1

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix errors
  • Loading branch information
amklass11 committed Aug 14, 2022
commit fb457c4cda0e0fa5d22306ef25687196b42ffd77
2 changes: 1 addition & 1 deletion src/components/Book.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Book = (props) => {
<button className="blue-font" type="button">Comments</button>
<span> | </span>
<button id={id} className="remove blue-font" type="button" onClick={removeHandler}>
Remove
Remov
</button>
<span> | </span>
<button className="blue-font" type="button">Edit</button>
Expand Down