Skip to content

Commit

Permalink
fix embedded sign in button page url
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 12, 2024
1 parent b1bfec2 commit 4bc8836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h6><a href="{{ $p.RelPermalink }}">{{ $p.Title }}</a></h6>
</ul>
<!-- navbar items end -->
<div class="buttons">
<iframe src="https://appscode.com/embed" frameborder="0" scrolling="no" style=" height: 40px; margin-bottom: 8px; width: 172px; overflow: hidden;"></iframe>
<iframe src="https://appscode.com/embed/" frameborder="0" scrolling="no" style=" height: 40px; margin-bottom: 8px; width: 172px; overflow: hidden;"></iframe>
<!-- <a id="ac-sign-in-button" href="https://accounts.appscode.com/user/login"
class="button ac-button is-loading {{ if eq $currentPageType "docs" }} is-hidden {{ end }}"><span>SIGN IN</span></a> -->
<a href="{{ $.Site.Params.domain_appscode }}/contact/"
Expand Down

0 comments on commit 4bc8836

Please sign in to comment.