Skip to content

Commit

Permalink
Merge branch 'Api_telechargement' into api_telechargement_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmohadIGN authored Jun 17, 2024
2 parents 9613f88 + 8e1d47f commit df79bc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<tr>
<button
*ngIf="size$.value < (numberFilteredProduct$ | async)"

(click)="moreResult()"
class="bg-primary-opacity-50 inline-flex items-center justify-center px-2 py-1 text-13 font-medium leading-none text-white rounded capitalize text-primary-lightest hover:bg-primary transition-colors"
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="group flex justify-between card-shadow px-6 py-5"
<a
class="group flex justify-between card-shadow px-6 py-5 cursor-pointer"
rel="noopener"
>
<div class="grow-1 w-full overflow-hidden">
Expand Down Expand Up @@ -30,4 +30,4 @@
</div>
</div>

</div>
</a>

0 comments on commit df79bc3

Please sign in to comment.