Skip to content

Commit

Permalink
link updates, nav updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 26, 2024
1 parent 5d4b37c commit 5db7707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Navbar = () => {
</ul>
<form className="d-flex" role="search">
<input className="form-control me-2" type="search" placeholder="Search" aria-label="Search"></input>
<button className="btn btn-outline-success" type="submit" onClick={handleNavCollapse}>Search</button>
<button className="btn btn-outline-secondary" type="submit" onClick={handleNavCollapse}>Search</button>
</form>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 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>
<a href="/about" className="w-100 btn btn-lg btn-outline-primary">Sign up for free</a>
<a href="#" className="w-100 btn btn-lg btn-outline-primary">Sign up for free</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -79,7 +79,7 @@ function Pricing() {
<li>Phone and email support</li>
<li>Help center access</li>
</ul>
<a href="/checkout" className="w-100 btn btn-lg btn-primary">Contact us</a>
<a href="/contact" className="w-100 btn btn-lg btn-primary">Contact us</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 5db7707

Please sign in to comment.