We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f720aaa commit 92ab8a3Copy full SHA for 92ab8a3
plugins/img/netlify-logo-black.png
82.8 KB
plugins/img/netlify-logo-white.png
56.2 KB
plugins/sidebar-panel/style/style.css
@@ -62,7 +62,7 @@
62
margin-top: 5px;
63
margin-left: auto;
64
pointer-events: none;
65
- content: url('https://api.flotiq.com/image/0x0/_media-84001101-c254-4879-b77f-cc47ff9b0051.png');
+ content: url('../../img/netlify-logo-black.png');
66
}
67
68
/* Panel Button Status Message */
@@ -105,5 +105,5 @@
105
106
107
.mode-dark .plugin-deploy-netlify__logo {
108
- content: url('https://api.flotiq.com/image/0x0/_media-087ddee7-4769-495a-89e0-43d539206922.png');
+ content: url('../../img/netlify-logo-white.png');
109
0 commit comments