Skip to content

Commit

Permalink
Remove link chat
Browse files Browse the repository at this point in the history
  • Loading branch information
FazCodeFR committed Feb 2, 2024
1 parent 6df9c7a commit f743149
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@
class="ml-2" style="color: fuchsia;"></fa-icon>
<fa-icon *ngIf="chat.sexe === 'MALE'" [icon]="faMars" aria-label="Sexe" title="Male" class="ml-2"
style="color: Dodgerblue;"></fa-icon>

</div>
<p class="mb-2 text-gray-700" [innerHTML]="sanitizeHtml(chat.description)">

</p>
<a [routerLink]="'/animaux/' + chat.id" aria-label=""
class="inline-flex items-center font-semibold transition-colors duration-200 text-deep-purple-accent-400 hover:text-deep-purple-800">
En savoir plus sur {{chat.nom}}
</a>

<p class="mb-2 text-gray-700" [innerHTML]="sanitizeHtml(chat.description)"></p>
</div>
</div>

Expand Down

0 comments on commit f743149

Please sign in to comment.