Skip to content

Commit

Permalink
Update faq.html
Browse files Browse the repository at this point in the history
Updated URL for 'Back to calculator' button
  • Loading branch information
mpgdd authored Aug 6, 2024
1 parent cd0ffc6 commit 23adef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calculators/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class="bg-blue-500 text-white font-bold py-2 px-4 rounded-lg shadow-md hover:bg-blue-600 transition duration-300">Back to community</a>
</div>
<div class="absolute top-4 right-4">
<a href="questionnaire.html"
<a href="https://to.community/calculators/"
class="bg-blue-500 text-white font-bold py-2 px-4 rounded-lg shadow-md hover:bg-blue-600 transition duration-300">Back to calculator</a>
</div>
<div class="bg-white shadow-md rounded-lg p-8 max-w-4xl w-full">
Expand Down

0 comments on commit 23adef3

Please sign in to comment.