@@ -81,7 +81,7 @@ export function SubscribeHome() {
8181 < h2 className = "whitespace-nowrap text-[2rem] font-[800] text-center" > Open</ h2 >
8282 < p className = "text-center text-2xl font-medium mt-3" > Free</ p >
8383 < span className = "h-5" > </ span >
84- < ul className = "flex flex-col mx-auto gap-4 mt -11 mb-auto" >
84+ < ul className = "flex flex-col mx-auto gap-4 py -11 mb-auto" >
8585 < li className = "flex flex-nowrap gap-[10px]" >
8686 < Icon name = "check" height = { 16 } width = { 16 } className = "relative top-1" />
8787 < span > Access to TVL, revenue/fees and prices</ span >
@@ -122,7 +122,7 @@ export function SubscribeHome() {
122122 300 USD < span className = "text-[#8a8c90]" > /month</ span >
123123 </ p >
124124 < p className = "text-center font-medium text-[#8a8c90]" > Multiple payment options</ p >
125- < ul className = "flex flex-col mx-auto gap-4 mt -11 mb-auto" >
125+ < ul className = "flex flex-col mx-auto gap-4 py -11 mb-auto" >
126126 < li className = "flex flex-nowrap gap-[10px]" >
127127 < Icon name = "check" height = { 16 } width = { 16 } className = "relative top-1" />
128128 < span > Access to TVL, revenue/fees and prices</ span >
@@ -161,7 +161,7 @@ export function SubscribeHome() {
161161 </ li >
162162 </ ul >
163163
164- < div className = "w-full max-w-[408px] mx-auto mt-0 flex flex-col gap-2" >
164+ < div className = "w-full max-w-[408px] mx-auto flex flex-col gap-2" >
165165 < SignIn text = "Already a subscriber? Sign In" />
166166 < div className = "flex flex-nowrap gap-2 relative max-sm:flex-col max-sm:*:w-full" >
167167 < PayWithCrypto pro = { true } />
@@ -213,7 +213,7 @@ export function SubscribeHome() {
213213 ) ) }
214214 </ Tooltip >
215215 </ p >
216- < ul className = "flex flex-col mx-auto gap-4 mt -11 mb-auto" >
216+ < ul className = "flex flex-col mx-auto gap-4 py -11 mb-auto" >
217217 < li className = "flex flex-nowrap gap-[10px]" >
218218 < Icon name = "check" height = { 16 } width = { 16 } className = "relative top-1" />
219219 < span > Access to TVL, revenue/fees and prices</ span >
@@ -252,20 +252,20 @@ export function SubscribeHome() {
252252 </ li >
253253 </ ul >
254254
255- < div className = "w-full max-w-[408px] mx-auto mt-0 flex flex-col gap-2" >
255+ < div className = "w-full max-w-[408px] mx-auto flex flex-col gap-2" >
256256 < SignInWithGithub />
257- < div className = "flex flex-nowrap gap-2 relative max-sm:flex-col max-sm:*:w-full" >
258- { /* <PayWithCrypto pro={false} /> */ }
259- { /* <a
257+ { /* <div className="flex flex-nowrap gap-2 relative max-sm:flex-col max-sm:*:w-full">
258+ <PayWithCrypto pro={false} />
259+ <a
260260 href="https://defillama.com/docs/api"
261261 target="_blank"
262262 rel="noreferrer noopener"
263263 className="font-medium rounded-lg border border-[#5C5CF9] py-[14px] flex-1 text-center mx-auto disabled:cursor-not-allowed flex items-center gap-1 justify-center flex-nowrap"
264264 >
265265 <Icon name="card" height={16} width={16} />
266266 <span>Pay with Stripe</span>
267- </a> */ }
268- </ div >
267+ </a>
268+ </div> */ }
269269 </ div >
270270 </ div >
271271 </ div >
0 commit comments