Skip to content

Commit b344200

Browse files
remove the + button
1 parent 34ef8f5 commit b344200

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

classes/Visualizer/Render/Library.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ private function _renderLibrary() {
122122
<input type="search" placeholder="' . __( 'Enter title', 'visualizer' ) . '" name="s" value="' . $filterBy . '">
123123
<input type="hidden" name="page" value="visualizer">
124124
<button type="submit" id="search-submit" title="' . __( 'Search', 'visualizer' ) . '"><i class="dashicons dashicons-search"></i></button>
125-
<button type="button" class="add-new-chart" title="' . __( 'Add New', 'visualizer' ) . '"><i class="dashicons dashicons-plus-alt"></i></button>
126125
</p> </form>';
127126
echo '</div>';
128127
echo '<div id="visualizer-content-wrapper">';

0 commit comments

Comments
 (0)