Skip to content

Commit

Permalink
add{
Browse files Browse the repository at this point in the history
  • Loading branch information
TetyanaDubchak committed Jul 2, 2023
1 parent f60a647 commit 623141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function onSelectCat(e) {
};

function createCatMarkUp(arr) {
const makeCatMark = ({ url, name, wikipedia_url, temperament }) => {
const makeCatMark = ({ url, name, breeds: wikipedia_url, breeds: temperament }) => {
`<img class="img-cat" src='${url}' alt="" />
<h2 class="cat-name"> ${name} </h2>
<p class="cat-describe">${wikipedia_url}</p>
Expand Down

0 comments on commit 623141d

Please sign in to comment.