Skip to content

Commit 7760b74

Browse files
committed
fix(ui): docspage-mobileview
Signed-off-by: Akella Srinivas <[email protected]>
1 parent ec7768e commit 7760b74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Product.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,10 @@ export const Products = () => {
247247
Keploy provides three key products that help you streamline your
248248
testing workflow:
249249
</p>
250+
<div className="grid gap-4 sm:grid-cols-3 xl:gap-6">
251+
<UTG />
252+
</div>
250253
</div>
251-
<UTG />
252254
</section>
253255
);
254256
};

0 commit comments

Comments
 (0)