Skip to content

Commit

Permalink
feat(component): update card community detail component
Browse files Browse the repository at this point in the history
  • Loading branch information
lperezp committed Apr 4, 2024
1 parent 0769314 commit fd00863
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
<h2 class="card__content--title">
<a [href]="item.url" target="_blank">{{ item.name }}</a>
</h2>
<p class="card__content--description">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard
dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a
type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining
essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum
passages, and more
recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p class="card__content--description">{{ item.description }}</p>
<div class="card__content--place">
<img class="icon" src="./assets/img/icon-pin.svg" alt="Icon Pin">
<span class="place">{{ item.city }}</span>
Expand Down

0 comments on commit fd00863

Please sign in to comment.