From e6277a5e8965d2338e9959e3ab61a4d702f1ecbe Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 23 Feb 2024 13:12:45 +0100 Subject: [PATCH] changed associats icon --- includes/custom-post-type-associats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/custom-post-type-associats.php b/includes/custom-post-type-associats.php index 07ea253..d65367b 100644 --- a/includes/custom-post-type-associats.php +++ b/includes/custom-post-type-associats.php @@ -74,7 +74,7 @@ if ( ! function_exists('xarxaprod_wpplugin_custom_post_associat_init') ){ 'show_in_admin_bar' => true, 'show_in_rest' => true, 'menu_position' => 5, - 'menu_icon' => 'dashicons-calendar', + 'menu_icon' => 'dashicons-groups', 'can_export' => true, 'has_archive' => true, 'exclude_from_search' => false,