Skip to content

Commit

Permalink
docs: change dashboard intro video to use new 101 playlist (#3775)
Browse files Browse the repository at this point in the history
## Description

Recorded a new video series and added them to a playlist. Changed intro
vid in dashboard to open the playlist.

## Steps for reproduction

1. click button
2. expect xyz

## Code Review

- [ ] hi @kof, I need you to do
  - conceptual review (architecture, feature-correctness)
  - detailed review (read every line)
  - test it on preview

## Before requesting a review

- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")

## Before merging

- [ ] tested locally and on preview environment (preview dev login:
5de6)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env` file
  • Loading branch information
johnsicili authored and kof committed Jul 23, 2024
1 parent 78abf91 commit 0bc926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/app/dashboard/resources/intro-video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const IntroVideoDialog = ({
>
<iframe
className={iframeStyle()}
src="https://www.youtube-nocookie.com/embed/aL2sBSb3ghg?si=siExeIRt-YI_ypuA&autoplay=true"
src="https://www.youtube-nocookie.com/embed/videoseries?si=fk5L11IcnVErQRRS&list=PL4vVqpngzeT4Bfs_D25xNi_qNMY99R928&autoplay=true"
allowFullScreen
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
/>
Expand Down

0 comments on commit 0bc926b

Please sign in to comment.