-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(redwood): add nau learning footer customization #3
Conversation
Customize the MFE footer to have a similar appearance to Richie's footer. Add a list of links that is easy to change
dc764db
to
7369b83
Compare
Hi @sandroscosta have you been able to review this PR? Do you have any issues that should be addressed? |
@dcoa I'm pushing a refactor to help with footer configuration. I'll review everything after. |
8605628
to
4865685
Compare
* add new footer env vars to allow quick update of links * remove incorrectly commited dist dir
bb4d1c6
to
f44c118
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and refactored. Everything looks good.
Thank you @sandroscosta, feel free to merge the PR at any time. |
This PR migrates the custom NAU footer changes to the Redwood version.
How to test
tutor mounts add ./frontend-app-learning
.npm install
for both, the learning app and the footer).module.config.js
file and add the following configuration.tutor images build learning-dev
.tutor dev start
.