Skip to content

Commit

Permalink
feat(component): update card community component
Browse files Browse the repository at this point in the history
  • Loading branch information
lperezp committed Apr 5, 2024
1 parent 96be66e commit cb98955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<article class="card">
<img loading="lazy" class="card__icon" src="./assets/img/logo-community.svg" [alt]="item.name" alt="Icon Pin">
<img loading="lazy" class="card__icon" [src]="item.image" alt="Logo Community" [alt]="item.name">
<div class="card__content">
<h2 class="card__content--title">
<a [href]="item.url" target="_blank">{{ item.name }}</a>
Expand Down

0 comments on commit cb98955

Please sign in to comment.