Skip to content

Commit 1e7132e

Browse files
committed
fix: remove space character after item URL in shop carousel
1 parent 876e893 commit 1e7132e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/shop/sections/Banner/Carousal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Carousel() {
8585
From KES {formatPrice(swagList[selectedIndex]?.price)}
8686
</p>
8787
<Link
88-
to={`/shop/item/${isSuccess ? swagList[selectedIndex]?.slug : ""} `}
88+
to={`/shop/item/${isSuccess ? swagList[selectedIndex]?.slug : ""}`}
8989
className="text-white font-bold bg-gradient-to-b to-primary from-green-dark py-3 px-4 mb-2 rounded-md"
9090
>
9191
Shop Now

0 commit comments

Comments
 (0)