We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc3e2c commit b32ec99Copy full SHA for b32ec99
1 file changed
src/scripts/tutorial.js
@@ -1661,6 +1661,12 @@ const bannerTutorialScript = [
1661
yieldUntil: null,
1662
where: "top"
1663
},
1664
+ {
1665
+ text: "You can download the full composited banner image here.",
1666
+ selector: "#download",
1667
+ yieldUntil: null,
1668
+ where: "top"
1669
+ },
1670
{
1671
text: "I think that about settles it with the Banner generator.",
1672
selector: null,
0 commit comments