Skip to content

Commit f671efc

Browse files
committed
Organize the icons
1 parent d51dcf7 commit f671efc

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed
Lines changed: 3 additions & 3 deletions
Loading

css/images/text_layer.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

css/images/text_overlay.svg

Lines changed: 3 additions & 0 deletions
Loading

css/images/transformation_edit.svg

Lines changed: 2 additions & 3 deletions
Loading

ui-definitions/settings-pages.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
'title' => __( 'Transformations', 'cloudinary' ),
568568
array(
569569
'type' => 'info_box',
570-
'icon' => $this->dir_url . 'css/images/transformation.svg',
570+
'icon' => $this->dir_url . 'css/images/transformation_edit.svg',
571571
'title' => __( 'What are transformations?', 'cloudinary' ),
572572
'text' => __(
573573
'A set of parameters included in a Cloudinary URL to programmatically transform the visual appearance of the assets on your website.',
@@ -620,7 +620,7 @@
620620
'type' => 'row',
621621
array(
622622
'type' => 'info_box',
623-
'icon' => $this->dir_url . 'css/images/academy-icon.svg',
623+
'icon' => $this->dir_url . 'css/images/text_overlay.svg',
624624
'text' => sprintf(
625625
// Translators: The HTML for opening and closing link tags.
626626
__(
@@ -769,7 +769,7 @@
769769
'type' => 'row',
770770
array(
771771
'type' => 'info_box',
772-
'icon' => $this->dir_url . 'css/images/academy-icon.svg',
772+
'icon' => $this->dir_url . 'css/images/image_overlay.svg',
773773
'text' => sprintf(
774774
// Translators: The HTML for opening and closing link tags.
775775
__(

0 commit comments

Comments
 (0)