Skip to content

Commit 319d3d0

Browse files
committed
fix: /dapps category selector layout
1 parent 31568f5 commit 319d3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/dapps/_components/dapps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ const DappsPage = ({
11111111
<H2 id="explore">{t("page-dapps-explore-dapps-title")}</H2>
11121112
<CenterText>{t("page-dapps-explore-dapps-description")}</CenterText>
11131113
<H3>{t("page-dapps-choose-category")}</H3>
1114-
<div className="mb-8 grid w-full grid-cols-1 justify-center gap-4 px-8 sm:grid-cols-2 lg:w-auto lg:grid-cols-3 2xl:grid-cols-6">
1114+
<div className="mb-8 grid w-full grid-cols-1 justify-center gap-4 px-8 sm:grid-cols-2 lg:w-auto lg:grid-cols-[repeat(4,auto)]">
11151115
{categoryKeys.map((key, idx) => {
11161116
const categoryType = key as CategoryType
11171117
const category = categories[categoryType]

0 commit comments

Comments
 (0)