Skip to content

Commit

Permalink
change color heart
Browse files Browse the repository at this point in the history
  • Loading branch information
marion-sgr committed Sep 8, 2024
1 parent 4b4252c commit 2f8bd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 class="font-medium title-font text-gray-900 mb-1 text-xl">Rencontrez</h2>
</div>
<div class="flex-grow sm:pl-6 mt-6 sm:mt-0">
<h2 class="font-medium title-font text-gray-900 mb-1 text-xl">Adoptez
<fa-icon style="color: fuchsia;" [icon]="faHeart" aria-label="Coeur" title="Coeur" class="ml-1"> </fa-icon>
<fa-icon style="color: #f97316;" [icon]="faHeart" aria-label="Coeur" title="Coeur" class="ml-1"> </fa-icon>
</h2>
<p class="leading-relaxed">Le moment est enfin arrivé : ouvrez votre maison et votre cœur à votre nouveau compagnon. Nous serons toujours là pour vous soutenir dans cette belle aventure.</p>
</div>
Expand Down

0 comments on commit 2f8bd41

Please sign in to comment.