We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876e893 commit 1e7132eCopy full SHA for 1e7132e
src/pages/shop/sections/Banner/Carousal.jsx
@@ -85,7 +85,7 @@ function Carousel() {
85
From KES {formatPrice(swagList[selectedIndex]?.price)}
86
</p>
87
<Link
88
- to={`/shop/item/${isSuccess ? swagList[selectedIndex]?.slug : ""} `}
+ to={`/shop/item/${isSuccess ? swagList[selectedIndex]?.slug : ""}`}
89
className="text-white font-bold bg-gradient-to-b to-primary from-green-dark py-3 px-4 mb-2 rounded-md"
90
>
91
Shop Now
0 commit comments