Skip to content

Commit

Permalink
Merge pull request #18 from nosdav/margin
Browse files Browse the repository at this point in the history
margin
  • Loading branch information
melvincarvalho authored May 13, 2024
2 parents c7008ed + b918484 commit 7e3b851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export class App extends Component {
<a target="_blank" href=${bookmark.url}>${bookmark.url}</a>
<button
onClick="${() => this.deleteBookmark(bookmark)}"
style="margin-left: 20px;"
type="button"
>
Delete
Expand Down

0 comments on commit 7e3b851

Please sign in to comment.