Skip to content

Commit

Permalink
verbiage/link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 25, 2024
1 parent be33e5e commit 7e74ea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,13 @@ function Contact() {
</div>
</main>

<footer className="my-5 pt-5 text-body-secondary text-center text-small">
<p className="mb-1">&copy; 2017–2024 Company Name</p>
<div className="my-5 pt-5 text-body-secondary text-center text-small">
<ul className="list-inline">
<li className="list-inline-item"><a href="#">Privacy</a></li>
<li className="list-inline-item"><a href="#">Terms</a></li>
<li className="list-inline-item"><a href="#">Support</a></li>
</ul>
</footer>
</div>
</div>
</>
)
Expand Down
6 changes: 3 additions & 3 deletions src/Pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Pricing() {
<li>Email support</li>
<li>Help center access</li>
</ul>
<button type="button" className="w-100 btn btn-lg btn-outline-primary">Sign up for free</button>
<button href="/about" className="w-100 btn btn-lg btn-outline-primary">Sign up for free</a>
</div>
</div>
</div>
Expand All @@ -62,7 +62,7 @@ function Pricing() {
<li>Priority email support</li>
<li>Help center access</li>
</ul>
<button type="button" className="w-100 btn btn-lg btn-primary">Get started</button>
<a href="/contact" className="w-100 btn btn-lg btn-primary">Get started</a>
</div>
</div>
</div>
Expand All @@ -79,7 +79,7 @@ function Pricing() {
<li>Phone and email support</li>
<li>Help center access</li>
</ul>
<button type="button" className="w-100 btn btn-lg btn-primary">Contact us</button>
<a href="/contact" className="w-100 btn btn-lg btn-primary">Contact us</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 7e74ea2

Please sign in to comment.