mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Unify some button styles
This commit is contained in:
@@ -380,7 +380,7 @@ var urlParams;
|
||||
if (command._description) {
|
||||
//$(description).html(command._description).show();
|
||||
$(description).html(command._description);
|
||||
$(description).append(" <a class='button btn btn-primary' href='"+command._link+"'>Read more</a>");
|
||||
$(description).append(" <a class='button btn btn-outline-secondary' href='"+command._link+"'>Read more</a>");
|
||||
} else {
|
||||
$(description).hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user