Add Mix&Move to signed out header menu #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Last week, @dju90 requested that we add Mix & Move with AI to the New Project menu. This PR handles doing so for the signed-out CMS header.
Context
Note that this button intentionally takes you to
/mix-move-aiand not/projects/music_dance_ai/new. The Mix & Move with AI landing page also does not currently have a way to create a new project. (Clicking "Try the activity" will start the full tutorial, but users who have already completed it will see their existing work.) A thread exists to discuss adding a "Create new project" button to the landing page (as well as on/music), but this has not gotten much traction.Technical Details
The new button is defined in the
config.tsfile. Two copies of the new image were needed: A PNG for the storybook and WebP for the actual marketing site.This was tested in the storybook at http://localhost:6006/?path=/story/cms-header--default-logged-out
To access this page, I need to
nvm use 20beforeyarn dev. Thanks to @kelbyhawn for pairing with me on this one.While not strictly necessary, we may want to time merging of this change with the DTP that includes the following similar main repo change: