@resultcrafter/aimanager-instagram-connector 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/configure.html +1 -1
- package/template/detail.html +3 -3
- package/template/error.html +1 -1
package/package.json
CHANGED
package/template/configure.html
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<div class="header-content">
|
|
66
66
|
<div class="logo-title">
|
|
67
67
|
<div class="logo-container">
|
|
68
|
-
<img src="https://
|
|
68
|
+
<img src="https://aimanager.resultcrafter.com/assets/img/int/instagram-icon.png" width="60px" height="60px">
|
|
69
69
|
</div>
|
|
70
70
|
<div class="title-version">
|
|
71
71
|
<p class="title">Instagram Connector</p>
|
package/template/detail.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
<div class="icon-and-title" style="margin-top: 20px;">
|
|
48
48
|
<div>
|
|
49
|
-
<img src="https://
|
|
49
|
+
<img src="https://aimanager.resultcrafter.com/assets/img/int/instagram-icon.png" width="180" height="auto" />
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
<div style="display: flex; flex-direction: row; justify-content: space-between; margin-left: 40px; width: 100%;">
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<div class="modal-content">
|
|
84
84
|
<h2>Instagram</h2>
|
|
85
85
|
<div style="margin-top: 20px;">
|
|
86
|
-
<img src="https://
|
|
86
|
+
<img src="https://aimanager.resultcrafter.com/assets/img/int/instagram-icon.png" width="70" height="auto" />
|
|
87
87
|
</div>
|
|
88
88
|
<p style="margin-top: 20px; margin-bottom: 20px;">Are you sure you want to uninstall this app?</p>
|
|
89
89
|
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<div class="modal-content">
|
|
113
113
|
<h2>Instagram</h2>
|
|
114
114
|
<div style="margin-top: 20px;">
|
|
115
|
-
<img src="https://
|
|
115
|
+
<img src="https://aimanager.resultcrafter.com/assets/img/int/instagram-icon.png" width="70" height="auto" />
|
|
116
116
|
</div>
|
|
117
117
|
<p style="margin-top: 20px; margin-bottom: 20px;">Are you sure you want to install this app?</p>
|
|
118
118
|
|
package/template/error.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<div class="header-content">
|
|
36
36
|
<div class="logo-title">
|
|
37
37
|
<div class="logo-container">
|
|
38
|
-
<img src="https://
|
|
38
|
+
<img src="https://aimanager.resultcrafter.com/assets/img/int/instagram-icon.png" width="60px" height="60px">
|
|
39
39
|
</div>
|
|
40
40
|
<div class="title-version">
|
|
41
41
|
<p class="title">Instagram Connector</p>
|