File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -1773,10 +1773,6 @@ const DappsPage = () => {
1773
1773
category = { t ( "page-dapps-category-content" ) }
1774
1774
content = { content }
1775
1775
/>
1776
- < ProductList
1777
- category = { t ( "page-dapps-category-community" ) }
1778
- content = { community }
1779
- />
1780
1776
</ RightColumn >
1781
1777
</ TwoColumnContent >
1782
1778
< TwoColumnContent >
@@ -1793,6 +1789,15 @@ const DappsPage = () => {
1793
1789
/>
1794
1790
</ RightColumn >
1795
1791
</ TwoColumnContent >
1792
+ < TwoColumnContent >
1793
+ < LeftColumn >
1794
+ < ProductList
1795
+ category = { t ( "page-dapps-category-community" ) }
1796
+ content = { community }
1797
+ />
1798
+ </ LeftColumn >
1799
+ < RightColumn />
1800
+ </ TwoColumnContent >
1796
1801
</ Content >
1797
1802
) }
1798
1803
{ selectedCategory !== CategoryType . FINANCE && (
You can’t perform that action at this time.
0 commit comments