update(ui): update 'view shop' tag a to span

This commit is contained in:
Admin 2026-05-14 08:26:25 +07:00
parent de41f72aac
commit 49870ce62d
2 changed files with 3 additions and 1 deletions

View File

@ -1949,6 +1949,7 @@ body::before {
}
.btn-shop-mini {
display: block;
margin-top: auto;
background: white;
color: var(--primary);
@ -1958,6 +1959,7 @@ body::before {
font-size: 0.9rem;
text-align: center;
transition: var(--transition);
cursor: pointer;
}
.btn-shop-mini:hover {

View File

@ -539,7 +539,7 @@
<div class="mini-card cta-card">
<h4>Ready to Procure?</h4>
<p>Access our real-time inventory and competitive trade pricing.</p>
<a href="/shop" class="btn-shop-mini">View Shop</a>
<span class="btn-shop-mini" onclick="openStoreModal()">View Shop</span>
</div>
</div>
</div>