Skip to content

Commit

Permalink
update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
frank1003A committed Jul 26, 2024
1 parent 020717b commit 371508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/(admin)/admin/products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ProductTable from "./_components/ProductTable/product-table";

const page = () => {
return (
<main className="md:4 px-1 py-3">
<main className="px-1 py-3">
<div className="grid h-auto grid-cols-1 gap-4 md:grid-cols-3 lg:h-[134px]">
{[0, 1, 2].map((_, index) => (
<CardComponent
Expand Down

0 comments on commit 371508e

Please sign in to comment.