Skip to content

Commit

Permalink
Add a login button (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored May 24, 2019
1 parent 98bda81 commit 148834e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/partials/menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<a class="f6 fw4 dn dib-ns pv2 ph3" href="{{ secure_url('/pricing') }}" >Pricing</a>
<a class="f6 fw4 dn dib-l pv2 ph3" href="{{ secure_url('/api') }}" >API documentation</a>
<a class="f6 fw4 dn dib-l pv2 ph3" href="{{ secure_url('/blog') }}" >Blog</a>
<a class="f6 fw4 dib ml2 pv2 ph3 secondary-button br3" href="https://app.monicahq.com/login" >Login</a>
<a class="f6 fw4 dib ml2 pv2 ph3 secondary-button br3" href="https://app.monicahq.com/register" >Sign Up</a>
</div>
</nav>
Expand Down

0 comments on commit 148834e

Please sign in to comment.