Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Sep 20, 2024
1 parent a29f3b8 commit 6d5d86a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Get a pre-compiled binary for your system at the link below:

<div style="">
<style>
.feedback-button {
.button {
display: inline-block;
padding: 10px 20px;
background-color: #337ab7;
Expand All @@ -18,12 +18,12 @@ Get a pre-compiled binary for your system at the link below:
font-weight: bold;
transition: background-color 0.3s ease;
}
.feedback-button:hover {
.button:hover {
background-color: #23527c;
}
</style>

<a href="https://github.com/haddocking/haddock-restraints/releases/tag/v0.5.0" class="feedback-button" target="_blank">Download</a>
<a href="https://github.com/haddocking/haddock-restraints/releases/latest" class="button" target="_blank">Download</a>

</div>

Expand Down

0 comments on commit 6d5d86a

Please sign in to comment.