Skip to content

Commit

Permalink
fix: fixed home/pricing page rendering above fold
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 16, 2023
1 parent 6da87f0 commit a08d474
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/home.pug
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ block body
div= t("Privacy-focused encrypted email for marketing.")
div= t("Privacy-focused encrypted email for sales.")
div= t("Privacy-focused encrypted email for you.")
.col-12.col-lg-6
.col-12.col-lg-9
h1#typed-home-header.mb-3
span#typed-home
if isBot(ctx.get("User-Agent"))
Expand Down
2 changes: 1 addition & 1 deletion app/views/pricing.pug
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ block body
#waving.user-select-none(class=isSafari ? "" : "floating-animation")
.container.my-auto.pt-5
.row
.col-12.col-lg-6
.col-12.col-lg-9
h1.mb-3
= t("Free, private, and encrypted email for business and enterprise.")
p.d-none.d-md-block
Expand Down
4 changes: 2 additions & 2 deletions test/web/snapshots/index.js.md

Large diffs are not rendered by default.

Binary file modified test/web/snapshots/index.js.snap
Binary file not shown.

0 comments on commit a08d474

Please sign in to comment.