Skip to content

Commit

Permalink
Remove "Explore Gocart" links
Browse files Browse the repository at this point in the history
Attempt to resolve #36
  • Loading branch information
brianbodollo committed Jul 8, 2016
1 parent e6f3948 commit 5f301e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/views/login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ class LoginView extends Component {
<StaticImg src="logo-red.svg" alt="Logo" />
</div>

<a href="#" className="Btn Btn--primary Btn--large Btn--block">
{/*<a href="#" className="Btn Btn--primary Btn--large Btn--block">
Explore GoCart
</a>
</a>*/}
</div>

<hr className="PortalWrapper-separator" />
Expand Down
4 changes: 2 additions & 2 deletions src/views/registration/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class RegistrationView extends Component {
<StaticImg src="logo-red.svg" alt="Logo" />
</div>

<a href="#" className="Btn Btn--primary Btn--large Btn--block">
{/*<a href="#" className="Btn Btn--primary Btn--large Btn--block">
Explore GoCart
</a>
</a>*/}
</div>

<hr className="PortalWrapper-separator" />
Expand Down

0 comments on commit 5f301e6

Please sign in to comment.