@nyuccl/smile 0.2.0-beta.7 → 0.2.0-beta.8
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/dist/module.json
CHANGED
|
@@ -160,7 +160,7 @@ function getBgClass(msg) {
|
|
|
160
160
|
<i-fa6-regular-clock v-else-if="msg.message.includes('TRIAL STEPPER')" />
|
|
161
161
|
<img
|
|
162
162
|
v-else-if="msg.message.includes('FIRESTORE')"
|
|
163
|
-
src="/
|
|
163
|
+
:src="'/firebase-bw.svg'"
|
|
164
164
|
width="15"
|
|
165
165
|
>
|
|
166
166
|
<i-fa6-solid-angle-right v-else />
|
|
@@ -201,7 +201,7 @@ function getBgClass(msg) {
|
|
|
201
201
|
<i-fa6-regular-clock v-else-if="msg.message.includes('TRIAL STEPPER')" />
|
|
202
202
|
<img
|
|
203
203
|
v-else-if="msg.message.includes('FIRESTORE')"
|
|
204
|
-
src="/
|
|
204
|
+
:src="'/firebase-bw.svg'"
|
|
205
205
|
width="15"
|
|
206
206
|
>
|
|
207
207
|
<i-fa6-solid-angle-right v-else />
|