Skip to content

Commit

Permalink
Add previous and next buttons WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
demccormack committed Oct 23, 2023
1 parent 5000177 commit cdf7635
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ function MainPanel({
>
Video should play here
</video>
<div className="flex justify-center gap-32 pt-10 text-6xl">
<button className="h-12 w-12 overflow-hidden rounded-full">
<div className="-ml-2 -mt-1.5"></div>
</button>
<button
className="h-12 w-12 overflow-hidden rounded-full"
onClick={skipToNext}
>
<div className="-ml-1 -mt-1.5"></div>
</button>
</div>
</main>
);
}
Expand Down

0 comments on commit cdf7635

Please sign in to comment.