Skip to content

Commit

Permalink
fix video src
Browse files Browse the repository at this point in the history
  • Loading branch information
nachat-ayoub committed Feb 17, 2024
1 parent dcdce4d commit b2a5b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function App() {
<section class='flex flex-col items-center mb-10'>
<video
class='w-full max-w-3xl aspect-[1.92/1] rounded-lg shadow-md ring-4 md:ring-8 ring-primary/70'
src='/WYR-Demo.mp4'
src='/wyr-shorts-generator/WYR-Demo.mp4'
controls
muted
autoplay
Expand Down Expand Up @@ -71,7 +71,7 @@ export function App() {
}}
class='w-full md:px-10 flex justify-center items-center flex-col gap-y-2'
>
<div className='w-full flex justify-center items-center gap-x-2'>
<div className='flex items-center justify-center w-full gap-x-2'>
<label class='w-full input input-bordered flex items-center gap-2'>
<svg
class='w-4 h-4 opacity-70'
Expand Down

0 comments on commit b2a5b7c

Please sign in to comment.