Skip to content

Commit 99f02b3

Browse files
committed
fix: move category to new row
1 parent ff94918 commit 99f02b3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/pages/dapps.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,10 +1773,6 @@ const DappsPage = () => {
17731773
category={t("page-dapps-category-content")}
17741774
content={content}
17751775
/>
1776-
<ProductList
1777-
category={t("page-dapps-category-community")}
1778-
content={community}
1779-
/>
17801776
</RightColumn>
17811777
</TwoColumnContent>
17821778
<TwoColumnContent>
@@ -1793,6 +1789,15 @@ const DappsPage = () => {
17931789
/>
17941790
</RightColumn>
17951791
</TwoColumnContent>
1792+
<TwoColumnContent>
1793+
<LeftColumn>
1794+
<ProductList
1795+
category={t("page-dapps-category-community")}
1796+
content={community}
1797+
/>
1798+
</LeftColumn>
1799+
<RightColumn />
1800+
</TwoColumnContent>
17961801
</Content>
17971802
)}
17981803
{selectedCategory !== CategoryType.FINANCE && (

0 commit comments

Comments
 (0)