Skip to content

Commit a4df199

Browse files
committed
fix/docspage-mobile-view
Signed-off-by: Akella Srinivas <[email protected]>
1 parent 7760b74 commit a4df199

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Product.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ function UTG() {
239239
export const Products = () => {
240240
return (
241241
<section className="mb-4 mt-12">
242-
<div>
243242
<h2 className="mb-4 text-2xl font-semibold tracking-wide md:text-3xl">
244243
Products 🛠️
245244
</h2>
@@ -250,7 +249,6 @@ export const Products = () => {
250249
<div className="grid gap-4 sm:grid-cols-3 xl:gap-6">
251250
<UTG />
252251
</div>
253-
</div>
254252
</section>
255253
);
256254
};

0 commit comments

Comments
 (0)