chore: replace — to - v2
This commit is contained in:
parent
85ba964317
commit
1029728a0c
2 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@
|
||||||
<button disabled={!parsed.ok} onclick={() => copy(output)}>copy</button>
|
<button disabled={!parsed.ok} onclick={() => copy(output)}>copy</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<pre class="output" class:error-bg={!parsed.ok && !!parsed.error}>{parsed.ok ? output : (parsed.error ? '— invalid JSON —' : '')}</pre>
|
<pre class="output" class:error-bg={!parsed.ok && !!parsed.error}>{parsed.ok ? output : (parsed.error ? '- invalid JSON -' : '')}</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
<span class="ts">■ timestamp</span>
|
<span class="ts">■ timestamp</span>
|
||||||
<span class="rnd">■ random</span>
|
<span class="rnd">■ random</span>
|
||||||
<span class="cnt">■ counter</span>
|
<span class="cnt">■ counter</span>
|
||||||
—
|
-
|
||||||
Generated: {new Date(parseInt(generated.slice(0, 8), 16) * 1000).toLocaleString()}
|
Generated: {new Date(parseInt(generated.slice(0, 8), 16) * 1000).toLocaleString()}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue