Skip to content

Commit

Permalink
Commercial: Replace PNG arrow with Font Awesome
Browse files Browse the repository at this point in the history
chevron icon for consistency and improved scalability.
  • Loading branch information
moisseev committed Sep 1, 2024
1 parent 68a9dda commit 0788226
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commercial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Rspamd commercial support
<div class="col-lg-6">
<h1>Rspamd commercial support</h1>
<p>You can access enhanced support through Rspamd Ltd.'s commercial support option. It's ideal for users seeking added spam protection features and a higher level of support. Importantly, opting for commercial support directly contributes to the active development and maintenance of the open-source project.</p>
<a class="btn btn-primary" href="mailto:[email protected]">Contact us <img src="img/down-arrow.png" alt=""></a>
<a class="btn btn-primary" href="mailto:[email protected]">Contact us<i class="fa-solid fa-chevron-right ms-2"></i></a>
</div>
<div class="col-lg-6">
<img src="img/ill.png" alt="" class="img-fluid"/>
Expand Down
2 changes: 1 addition & 1 deletion css/commercial.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
padding: 15px 32px;
}
.full-container .btn-primary:hover,
.full-container .btn-primary:focus{
.full-container .btn-primary:focus {
background-color: #cd3f0d;
border-color: #cd3f0d;
}
Expand Down
Binary file removed img/down-arrow.png
Binary file not shown.

0 comments on commit 0788226

Please sign in to comment.