Skip to content

Commit

Permalink
style: indentation of html in js file
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLimaC committed Feb 8, 2024
1 parent 115b22d commit fa6de70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PetCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const events = ['active'];

const html = `
<div class="pet-container" data-select="pet-container">
<p class="pet-container__title" data-select="pet-title"></p>
<img class="pet-container__image" data-select="pet-image" src="" alt="">
<p class="pet-container__title" data-select="pet-title"></p>
<img class="pet-container__image" data-select="pet-image" src="" alt="">
</div>
`;

Expand Down

0 comments on commit fa6de70

Please sign in to comment.