diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 3278326..a0275ed 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -39,7 +39,7 @@ export const App = () => { className={twMerge( "min-h-screen", !isProd ? "bg-orange-50" : "bg-white", - !isProd ? "dark:bg-orange-950" : "dark:bg-gray-900" + "dark:bg-gray-900" )} > diff --git a/ui/src/pages/landing.tsx b/ui/src/pages/landing.tsx index bc1f68a..4466cf4 100644 --- a/ui/src/pages/landing.tsx +++ b/ui/src/pages/landing.tsx @@ -79,25 +79,19 @@ export const LandingPage = () => {
- + src="https://www.youtube.com/embed/1-UlzZQ0lMw" + title="XTablo Demo" + frameBorder="0" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" + allowFullScreen + >
{/* Problem Section */}