Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abtx committed Aug 11, 2023
1 parent 83b1439 commit fa5e423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ function Home() {
<div className="container">
<ul>
<li>
<img
src="/img/services/hashicorp.svg"
alt="HashiCorp Terraform logo"
/>
<img src="/img/services/hashicorp.svg" alt="HashiCorp Terraform logo" />
</li>
<li>
<img src="/img/services/aws.svg" alt="Amazon Web Services logo" />
Expand Down
6 changes: 2 additions & 4 deletions src/pages/pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ function Pricing() {
<div className="container">
<h1 className="tagline">Pricing</h1>
<p className="sub-tagline">
Cloud costs in engineering and product workflows before resources
are launched.
Cloud costs in engineering and product workflows before resources are launched.
</p>
<p className="sub-tagline">The cloud checkout screen!</p>
</div>
Expand Down Expand Up @@ -84,8 +83,7 @@ function Pricing() {
<Check size={18} />
</span>
<span>
Use our hosted Cloud Pricing API<sup></sup> or
self-host
Use our hosted Cloud Pricing API<sup></sup> or self-host
</span>
</li>
<li>
Expand Down

0 comments on commit fa5e423

Please sign in to comment.