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

GH-2205: Onboarding - Welcome & Get Started #637

Merged
merged 6 commits into from Dec 3, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Change CTA button to a button

  • Loading branch information
benstrumeyer committed Dec 1, 2020
commit e0a42541f5da641782ee6bab1695a185f61aa086
@@ -23,7 +23,7 @@ const BrowserWelcomeView = () => (
<div className="BrowserWelcomeView__title">{t('hub_browser_welcome')}</div>
<div className="BrowserWelcomeView__subtitle">{t('hub_browser_begin')}</div>
<img className="BrowserWelcomeView__rocketShip" src="/app/images/hub/welcome/rocketShip.png" />
<div className="BrowserWelcomeView__ctaButton">{t('hub_browser_lets_do_this')}</div>
<button className="BrowserWelcomeView__ctaButton" type="button">{t('hub_browser_lets_do_this')}</button>
</div>
);

@@ -27,6 +27,8 @@
}

.BrowserWelcomeView__ctaButton {
display: flex;
justify-content: center;
margin: 48px auto 0 auto;
height: 44px;
width: 162px;
ProTip! Use n and p to navigate between commits in a pull request.