Skip to content

Commit

Permalink
Add mailto href to support email. On card hover, add underline to car…
Browse files Browse the repository at this point in the history
…d title
  • Loading branch information
kevcenteno committed Oct 9, 2024
1 parent f9b60c2 commit 34eb6f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_link-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
text-decoration: none;
top: -2px;
}

&:hover .link-group__card-title {
text-decoration: underline;
}
}

.link-group__card-title {
Expand Down
2 changes: 1 addition & 1 deletion content/minfraud/minfraud-legacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ current when they signed up for the service. The latest version is 1.3.
<li><strong>INVALID_LICENSE_KEY</strong></li>
<li><strong>MAX_REQUESTS_REACHED</strong> – This is returned when your account is out of queries.</li>
<li><strong>LICENSE_REQUIRED</strong> – This is returned if you do not provide a license key at all.</li>
<li><strong>PERMISSION_REQUIRED</strong> – This is returned if you do not have permission to use the service. Please contact [email protected] for more information.</li>
<li><strong>PERMISSION_REQUIRED</strong> – This is returned if you do not have permission to use the service. Please contact <a href="mailto:[email protected]">[email protected]</a> for more information.</li>
</ul>
The possible warning codes are:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion content/minfraud/proxy-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ All strings are returned as ASCII.
The possible error codes are:
</p>
<ul>
<li>`PERMISSION_REQUIRED` – You do not have permission to use the service. Please contact [email protected] for more information.</li>
<li>`PERMISSION_REQUIRED` – You do not have permission to use the service. Please contact <a href="mailto:[email protected]">[email protected]</a> for more information.</li>
<li>
`LICENSE_REQUIRED` – You must provide a license key.
</li>
Expand Down

0 comments on commit 34eb6f8

Please sign in to comment.