Skip to content

Commit

Permalink
feat(ui): update the onboarding video (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller authored May 9, 2023
1 parent 82d471d commit 279ce99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/components/onboarding/OnboardingBottom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
title: this.$t("watch demo"),
content: this.$t("watch demo content"),
imgClass: "demo",
link: "<iframe width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/pSz6cPGYPPQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>"
link: "<iframe width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/yuV_rgnpXU8\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>"
},
{
title: this.$t("need help?"),
Expand Down

0 comments on commit 279ce99

Please sign in to comment.