Skip to content

Commit

Permalink
fix anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 25, 2024
1 parent 7e74ea2 commit 7bbd1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 href="/about" className="w-100 btn btn-lg btn-outline-primary">Sign up for free</a>
<a href="/about" className="w-100 btn btn-lg btn-outline-primary">Sign up for free</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 7bbd1fd

Please sign in to comment.