kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
e6c41ed26b
commit
ebeff1a7f1
|
@ -50,7 +50,7 @@ export default function RootLayout({
|
||||||
<div className='w-full min-h-[100vh] relative flex flex-col items-center'>
|
<div className='w-full min-h-[100vh] relative flex flex-col items-center'>
|
||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
<main className='flex-1 w-full flex flex-col items-center max-w-[1200px] gap-16 pt-16 pb-24 px-4 md:px-0'>
|
<main className='flex-1 w-full flex flex-col items-center max-w-[1200px] gap-16 pt-16 pb-24 px-4 md:px-0 overflow-x-hidden'>
|
||||||
{children}
|
{children}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
- should we bypass stripe for `free` plans to increase conversions?
|
- should we bypass stripe for `free` plans to increase conversions?
|
||||||
- handle browser back/forward with `?next=`
|
- handle browser back/forward with `?next=`
|
||||||
- add some social proof to signup page
|
- add some social proof to signup page
|
||||||
|
- empty dashboard; add some CTAs
|
||||||
- **API gateway**
|
- **API gateway**
|
||||||
- oauth flow
|
- oauth flow
|
||||||
- https://docs.scalekit.com/guides/mcp/oauth
|
- https://docs.scalekit.com/guides/mcp/oauth
|
||||||
|
|
Ładowanie…
Reference in New Issue