eny.space Landingpage
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(app): hide checkout link for prod

Sam Sauer bf8a9403 7e6416e6

+2 -2
+2 -2
app/page.tsx
··· 49 49 > 50 50 Request early access 51 51 </Link> 52 - <Link 52 + {/* <Link 53 53 href="/checkout" 54 54 style={{ 55 55 display: "inline-block", ··· 63 63 }} 64 64 > 65 65 Get yours 66 - </Link> 66 + </Link> */} 67 67 </div> 68 68 </main> 69 69 );