From 420f4c4a3bfc187c7cb791bd7fde71a0da86b58c Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Mon, 14 Jul 2025 19:58:08 +0200 Subject: [PATCH] Add youtube video --- ui/src/App.tsx | 2 +- ui/src/pages/landing.tsx | 24 +++++++++--------------- 2 files changed, 10 insertions(+), 16 deletions(-) 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 */}