mishig HF Staff commited on
Commit
eecc8e9
·
verified ·
1 Parent(s): 36b1f76

Rename Share trace → Share replay

Browse files
Files changed (1) hide show
  1. src/lib/TraceViewer.svelte +2 -2
src/lib/TraceViewer.svelte CHANGED
@@ -325,7 +325,7 @@
325
  type="button"
326
  onclick={shareTrace}
327
  disabled={messages.length === 0 || loading}
328
- title="Copy a shareable link to this trace"
329
  class="inline-flex items-center gap-1.5 px-3 py-1 bg-white border border-[#ffd21e] rounded text-[12px] font-semibold text-[#8a6b00] hover:bg-[#fffbe6] disabled:opacity-40 disabled:cursor-not-allowed cursor-pointer transition-colors shrink-0"
330
  >
331
  {#if copied}
@@ -346,7 +346,7 @@
346
  d="M3 12a1 1 0 1 0-2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 1 0-2 0v1H3v-1z"
347
  />
348
  </svg>
349
- <span>Share trace</span>
350
  {/if}
351
  </button>
352
  </div>
 
325
  type="button"
326
  onclick={shareTrace}
327
  disabled={messages.length === 0 || loading}
328
+ title="Copy a shareable link to this replay"
329
  class="inline-flex items-center gap-1.5 px-3 py-1 bg-white border border-[#ffd21e] rounded text-[12px] font-semibold text-[#8a6b00] hover:bg-[#fffbe6] disabled:opacity-40 disabled:cursor-not-allowed cursor-pointer transition-colors shrink-0"
330
  >
331
  {#if copied}
 
346
  d="M3 12a1 1 0 1 0-2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 1 0-2 0v1H3v-1z"
347
  />
348
  </svg>
349
+ <span>Share replay</span>
350
  {/if}
351
  </button>
352
  </div>