Skip to content

Commit 189d576

Browse files
committed
Fixed issue with admin icon when renaming via awps-cli
1 parent a40c076 commit 189d576

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

inc/Custom/Admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private function pages()
114114
'capability' => 'manage_options',
115115
'menu_slug' => 'awps',
116116
'callback' => array( $this->callback, 'admin_index' ),
117-
'icon_url' => get_template_directory_uri() . '/assets/dist/images/awps-logo.png',
117+
'icon_url' => get_template_directory_uri() . '/assets/dist/images/admin-icon.png',
118118
'position' => 110,
119119
)
120120
);

0 commit comments

Comments
 (0)