Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Dec 1, 2023
1 parent 18ca6a0 commit 9ddaeae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/master/authentication/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h1 class="text-primary">$264 USD</h1>

<div class="col-md-auto">
<div class="d-grid d-sm-flex gap-3">
<a class="btn btn-white auth-billing-update-btn" href="javascript:;" target="_blank" rel="nofollow" hidden>Manage plan</a>
<a class="btn btn-soft-primary auth-billing-update-btn" href="javascript:;" target="_blank" rel="nofollow" hidden>Manage plan</a>
<a class="btn btn-success auth-billing-subscribe-btn" href="{{ site.url }}/pricing" target="_blank" hidden><i class="bi-star-fill me-1"></i> Subscribe</a>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"preinstall": "bundle update && bundle install",
"start": "npm run _start -- --skipImageMin='true' --skipESLint='true' --skipJSMin='true'",
"_start": "bundle exec gulp clean:jekyll && bundle exec gulp",
"dist": "git add . && git commit -m 'Published pages' && git push origin master",
"prototype": "npm start",
"prototype:public": "npm start -- --ngrokOpen='true'",
"prototype:https": "npm start -- --https='true'",
Expand Down

0 comments on commit 9ddaeae

Please sign in to comment.