refactor: remove static customise in 3d button

This commit is contained in:
abhisheks 2023-12-07 02:57:00 +05:30
parent 353bdfe820
commit 18cc2c1cc0

View File

@ -77,15 +77,6 @@
</div>
{hook h='displayCustomProductActions'}
<div class='customize'>
<button
class="w-full h-12 border border-blue-950 text-blue-950 text-base font-normal"
>
CUSTOMIZE
</button>
</div>
{hook h='displayProductActions' product=$product}
</div>
{/block}