diff --git a/.gitignore b/.gitignore index 259befa..95d3fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ */.env.client */.DS_Store .DS_Store +*/migrations \ No newline at end of file diff --git a/app/src/client/App.tsx b/app/src/client/App.tsx index 6dc3687..e6a9625 100644 --- a/app/src/client/App.tsx +++ b/app/src/client/App.tsx @@ -43,14 +43,16 @@ export default function App({ children }: { children: ReactNode }) { return ( <> +
{isAdminDashboard ? ( <>{children} ) : ( <> {shouldDisplayAppNavBar && } -
{children}
+
{children}
)} +
); } diff --git a/app/src/client/app/GptPage.tsx b/app/src/client/app/GptPage.tsx index 90301cc..15586da 100644 --- a/app/src/client/app/GptPage.tsx +++ b/app/src/client/app/GptPage.tsx @@ -34,20 +34,20 @@ export default function GptPage() { } = useForm(); return ( -
-
+
+
-

+

Create your AI-powered SaaS

-

+

Below is an example of integrating the OpenAI API into your SaaS.

-