Skip to content

Commit

Permalink
Add PrepVerse files
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Feb 3, 2024
1 parent cd1cbae commit 23705e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions documentation/src/refine-theme/landing-hero-video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 23705e8

Please sign in to comment.