File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments