From 23705e82777f575ac96d6940f8279e85cc401315 Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Sat, 3 Feb 2024 13:41:14 +0530 Subject: [PATCH] Add PrepVerse files --- .github/workflows/deploy.yml | 2 +- documentation/src/refine-theme/landing-hero-video.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c0e9fbf..d1200006 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x # cache: npm - name: Install dependencies & Build website diff --git a/documentation/src/refine-theme/landing-hero-video.tsx b/documentation/src/refine-theme/landing-hero-video.tsx index ec2bb2fa..ddc4b634 100644 --- a/documentation/src/refine-theme/landing-hero-video.tsx +++ b/documentation/src/refine-theme/landing-hero-video.tsx @@ -39,8 +39,8 @@ export const LandingHeroVideo = () => { "max-w-[300px]", "landing-sm:max-w-[208px]", "landing-md:max-w-[592px]", - "max-h-[348px]", - "aspect-[592/348]", + "max-h-[150px]", + "aspect-[592/150]", "w-full h-full", "z-[1]", "relative",