fix: back to top works now

staging
abhisheks 2024-01-03 14:16:13 +05:30
parent 8c45f661f8
commit ff02287a26
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
{include file='_partials/pagination.tpl' pagination=$listing.pagination}
{/block}
<div class="flex justify-center md:hidden my-4">
<a href="#header" class="btn btn-secondary">
<div class="flex justify-center md:hidden my-8">
<a href="#js-product-list-header" class="btn btn-secondary font-semibold">
{l s='Back to top' d='Shop.Theme.Actions'}
</a>
</div>