Skip to content

Commit

Permalink
bug with module featuredpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
dnguye12 committed Mar 29, 2024
1 parent 1cdc984 commit bbae14c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion module.featuredpackage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{% if module.display %}

<a href="javascript:void(0);" data-remote="/package/{{ package.id }}" class="module module-feature p-3 toggle-modal toggle-tooltip d-flex align-items-center justify-content-between" title="{{ __("Click for more details") }}">
<a href="javascript:void(0);" data-remote="/package/{{ module.package.id }}" class="module module-feature p-3 toggle-modal toggle-tooltip d-flex align-items-center justify-content-between" title="{{ __("Click for more details") }}">
<div class="img-holder p-2 d-flex justify-content">
<img src="{{ module.package.image.url }}"/>
</div>
Expand Down

0 comments on commit bbae14c

Please sign in to comment.