Skip to content

Commit

Permalink
add account toggle to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Mar 27, 2023
1 parent 0951cb2 commit afa63ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/built/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ html,
display: flex;
flex-direction: column;
min-height: 100vh;
background: #fff;
background: #ffffff;
}

.gh-main {
Expand Down
4 changes: 4 additions & 0 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
<div class="gh-head-actions-list">
{{search}}
{{#if @site.members_enabled}}
{{#if @member}}
<a class="gh-button" href="{{@site.signup_url}}">Sign up</a>
{{else}}
<a class="gh-button" href="https://starter.ghost.io/#/portal/account">Account</a>
{{/if}}
{{/if}}
</div>
</div>
Expand Down

0 comments on commit afa63ce

Please sign in to comment.