Skip to content

Commit

Permalink
Add pricing link
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianfreeman committed Oct 28, 2024
1 parent 4bead12 commit 73d51cc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/routes/_index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,12 @@ const IndexPage = () => {
</div>
</div>
</div>

<div className="PlansSection--pricing-cta">
<p>
Visit our docs to <a href="https://developers.cloudflare.com/workers/platform/pricing/">learn more about pricing</a>.
</p>
</div>
</div>
</section>
</Layout>
Expand Down
9 changes: 9 additions & 0 deletions app/styles/plans-section.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,12 @@
margin-top: -1em;
}
}

.PlansSection--pricing-cta {
a { color: var(--gray-9); }

color: var(--gray-6);
--margin: 2.5em;
margin-top: var(--margin);
margin-bottom: calc(var(--margin) * -1);
}

0 comments on commit 73d51cc

Please sign in to comment.