From 3d12c73c02b0ae73b256c539f643d034bc32bcf3 Mon Sep 17 00:00:00 2001 From: pkyriakou <35496298+pkyria14@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:10:42 +0200 Subject: [PATCH] Extended Dark mode for landing page and user-facing app (#10) * Extended Dark mode for landing page and user-facing app * Update LandingPage.tsx * Fixed issues with dark mode * Landing Page changes based on comments * removed migrations --------- Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com> --- .gitignore | 1 + app/src/client/App.tsx | 4 +- app/src/client/app/GptPage.tsx | 20 +++--- app/src/client/app/PricingPage.tsx | 22 +++--- app/src/client/auth/LoginPage.tsx | 2 +- app/src/client/auth/authWrapper.tsx | 4 +- app/src/client/components/AppNavBar.tsx | 23 +++++-- app/src/client/components/DropdownUser.tsx | 6 +- app/src/client/landing-page/LandingPage.tsx | 76 ++++++++++++--------- 9 files changed, 91 insertions(+), 67 deletions(-) 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 ( <> +
+
Below is an example of integrating the OpenAI API into your SaaS.