Skip to content

Commit 4ae6906

Browse files
chore: link updated
1 parent a7f0423 commit 4ae6906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/homepage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ <h1>Welcome to the Pricing Calculator</h1>
1010
<div class="hero-buttons">
1111
<a href="{{ url_for('gold_calculator') }}" class="btn btn-hero"><i class="fa-solid fa-coins"></i> Gold Calculator</a>
1212
<a href="{{ url_for('silver_calculator') }}" class="btn btn-hero"><i class="fa-solid fa-gem"></i> Silver Calculator</a>
13-
<a href="{{ url_for('silver_calculator') }}" class="btn btn-hero"><i class="fa-solid fa-medal"></i> Features</a>
14-
<a href="{{ url_for('silver_calculator') }}" class="btn btn-hero"><i class="fa-solid fa-money-check-dollar"></i> Pricing</a>
13+
<a href="{{ url_for('features') }}" class="btn btn-hero"><i class="fa-solid fa-medal"></i> Features</a>
14+
<a href="{{ url_for('pricing') }}" class="btn btn-hero"><i class="fa-solid fa-money-check-dollar"></i> Pricing</a>
1515
</div>
1616
</div>
1717
{% endblock %}

0 commit comments

Comments
 (0)