Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Revert "Remove the full page and save visible buttons from onboarding"
Browse files Browse the repository at this point in the history
This reverts commit 1887c38.
  • Loading branch information
jaredhirsch committed Sep 7, 2017
1 parent efe3921 commit 33bb5ff
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 0 deletions.
13 changes: 13 additions & 0 deletions server/src/pages/homepage/view.js
Expand Up @@ -137,6 +137,19 @@ class Body extends React.Component {
<div className="section-image"></div>
</div>
</section>
<section id="section-3">
<div className="container">
<div className="section-content">
<Localized id="homePageCapturePage">
<h3>Capture a Page</h3>
</Localized>
<Localized id="homePageCapturePageDescription">
<p>Use the buttons in the upper right to capture full pages. The Save Visible button will capture the area you can view without scrolling, and the Save Full Page will capture everything on the page.</p>
</Localized>
</div>
<div className="section-image"></div>
</div>
</section>
<section id="section-4">
<div className="container">
<div className="section-content">
Expand Down

0 comments on commit 33bb5ff

Please sign in to comment.