Skip to content

Commit

Permalink
fix(reviewables): use updated tutorial videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Innders committed Jul 16, 2024
1 parent b728be1 commit a2a617f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/artist_reviewables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The viewer makes it incredibly easy to compare different versions of the same re

![Series of buttons for changing the version](./assets/review/reviewables_version_selector.png)

import versionsSwitching from "./assets/review/viewer_versions_switching_v001.mov";
import versionsSwitching from "./assets/review/viewer_versions_switching_v002.mov";

<video controls width="100%">
<source src={versionsSwitching} />
Expand All @@ -106,7 +106,7 @@ We recommend using the two main shortcuts `A - previous version` and `D - next v

Reviewables with the same label across versions will be synced allowing for comparison of two reviewables from different versions.

import reviewablesSwitching from "./assets/review/reviewables_switching_v001.mov";
import reviewablesSwitching from "./assets/review/reviewables_switching_v002.mov";

<video controls width="100%">
<source src={reviewablesSwitching} />
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit a2a617f

Please sign in to comment.