Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Fixed learn more button
  • Loading branch information
mpgdd authored Nov 25, 2024
1 parent 62f4478 commit 39324e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions calculators/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
</div>
<div class="absolute top-4 right-4">
<a href="faq.html"
class="bg-blue-500 text-white font-bold py-2 px-4 rounded-lg shadow-md hover:bg-blue-600 transition duration-300">Learn
more</a>
class="bg-blue-500 text-white font-bold py-2 px-4 rounded-lg shadow-md hover:bg-blue-600 transition duration-300">Learn more</a>
</div>
<div class="bg-white shadow-md rounded-lg p-8 max-w-4xl w-full">
<h1 class="text-3xl font-bold mb-4 text-left">Governance Transition Calculators</h1>
Expand Down

0 comments on commit 39324e2

Please sign in to comment.