diff --git a/includes/model/ListingDashboard.php b/includes/model/ListingDashboard.php
index 6551d1f683..73bdd41dc7 100644
--- a/includes/model/ListingDashboard.php
+++ b/includes/model/ListingDashboard.php
@@ -555,7 +555,7 @@ public function get_action_dropdown_item() {
'class' => '',
'data_attr' => '',
'link' => add_query_arg( 'renew_from', 'dashboard', esc_url( ATBDP_Permalink::get_renewal_page_link( $post_id )) ),
- 'icon' => 'las la-hand-holding-usd',
+ 'icon' => directorist_icon( 'las la-hand-holding-usd', false ),
'label' => __( 'Renew', 'directorist' )
);
}
@@ -565,7 +565,7 @@ public function get_action_dropdown_item() {
'class' => '',
'data_attr' => '',
'link' => ATBDP_Permalink::get_checkout_page_link( $post_id ),
- 'icon' => 'las la-ad',
+ 'icon' => directorist_icon( 'las la-ad', false ),
'label' => __( 'Promote', 'directorist' )
);
}
@@ -574,7 +574,7 @@ public function get_action_dropdown_item() {
'class' => '',
'data_attr' => 'data-task="delete"',
'link' => '#',
- 'icon' => 'las la-trash',
+ 'icon' => directorist_icon( 'las la-trash', false ),
'label' => __( 'Delete Listing', 'directorist' )
);
diff --git a/templates/dashboard/listing-row.php b/templates/dashboard/listing-row.php
index 8508363a32..526f16435d 100644
--- a/templates/dashboard/listing-row.php
+++ b/templates/dashboard/listing-row.php
@@ -67,7 +67,7 @@
if( $dropdown_items ) {
foreach( $dropdown_items as $item ) {
?>
- href="">
+ href="">