Skip to content

Commit

Permalink
closes #57 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha authored Jan 18, 2024
1 parent 39f28bc commit 2ca22db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/examples/card/userWithDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ <h1 class="font-bold text-xl">
<!-- Icons -->
<div class="flex flex-col gap-2">
<div class="flex gap-3 items-center text-sm">
<i class="fa-solid fa-briefcase text-accent"></i>
<i class="fa-solid fa-briefcase fa-fw text-accent"></i>
Daisy Collection
</div>

<div class="flex gap-3 items-center text-sm">
<i class="fa-solid fa-location-dot text-accent"></i>
<i class="fa-solid fa-location-dot fa-fw text-accent"></i>
California
</div>

<div class="flex gap-3 items-center text-sm">
<i class="fa-solid fa-envelope text-accent"></i>
<i class="fa-solid fa-envelope fa-fw text-accent"></i>
patterson@example.com
</div>
</div>
Expand Down

0 comments on commit 2ca22db

Please sign in to comment.