@sailfish-ai/recorder 1.7.26 → 1.7.27

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/modal.js CHANGED
@@ -157,7 +157,7 @@ function injectModalHTML(initialMode = "lookback") {
157
157
 
158
158
  <div id="sf-lookback-container" style="display:${isStartNow ? "none" : "block"}; margin-bottom:20px;">
159
159
  <label for="sf-lookback-minutes" style="display:block; font-size:14px; font-weight:500; margin-bottom:6px;">
160
- When does this happened?
160
+ When did this happen?
161
161
  </label>
162
162
  <div style="display:flex; align-items:center; gap:6px;">
163
163
  <div style="position:relative;">
@@ -194,7 +194,7 @@ function injectModalHTML(initialMode = "lookback") {
194
194
  </svg>
195
195
  </div>
196
196
  </div>
197
- <span style="font-size:14px; color: #64748B;">mins ago</span>
197
+ <span style="font-size:14px; color: #64748B;">minutes ago</span>
198
198
  </div>
199
199
  </div>
200
200
 
@@ -227,6 +227,9 @@ function injectModalHTML(initialMode = "lookback") {
227
227
  </span>
228
228
  </button>
229
229
  </div>
230
+ <div style="display:flex; justify-content:center; font-size: 12px; margin-top: 12px; color: #295dbf;">
231
+ <a href="mailto:info@sailfishqa.com?subject=I'd%20love%20to%20learn%20more&body=Hey%2C%20Sailfish%20AI%20team%20-%20I'd%20love%20to%20learn%20more%20about%20Sailfish%20AI!">Powered by Sailfish AI</a>
232
+ </div>
230
233
  </div>
231
234
  `;
232
235
  currentState.mode = initialMode;