Skip to content
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

Fixes for Dawn Onboarding toast messages #660

Merged
merged 12 commits into from Jan 21, 2021

Comment update

  • Loading branch information
leuryr committed Jan 14, 2021
commit 5e77e3752c0f67c18bfe8104ba927826d5df2a27
@@ -22,8 +22,8 @@ import PropTypes from 'prop-types';
const ToastMessage = ({
toastText, toastClass, toastExit, dawnHub
}) => {
// These variables will determine whether the toast should display with Dawn onboarding styling
// or the default styling used in GBE
// These variables will be used to determine whether the toast should display with Dawn
// onboarding styling or the default styling used in GBE
const dawnHubClass = dawnHub ? 'dawn-hub' : '';
const dawnLayout = dawnHub ? 'align-justify align-middle' : 'align-center-middle';

ProTip! Use n and p to navigate between commits in a pull request.