We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c78e69 commit 3139d32Copy full SHA for 3139d32
app/[server]/page.tsx
@@ -158,7 +158,7 @@ const Overview = () => {
158
</div>
159
)}
160
161
- {/* <div
+ <div
162
className={clsx("grid grid-cols-1 mx-auto gap-4", {
163
"md:grid-cols-2": stakingPools.length >= 2,
164
"lg:grid-cols-3": stakingPools.length >= 3,
@@ -173,7 +173,7 @@ const Overview = () => {
173
{stakingPools.some((each) => each.type === "nft") && (
174
<NFTCard hidden={isLoggedIn && !showInfo} />
175
176
- </div> */}
+ </div>
177
178
<Footer />
179
0 commit comments