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'>
|
||||
<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}
|
||||
</main>
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
- should we bypass stripe for `free` plans to increase conversions?
|
||||
- handle browser back/forward with `?next=`
|
||||
- add some social proof to signup page
|
||||
- empty dashboard; add some CTAs
|
||||
- **API gateway**
|
||||
- oauth flow
|
||||
- https://docs.scalekit.com/guides/mcp/oauth
|
||||
|
|
Ładowanie…
Reference in New Issue