Skip to content

Commit

Permalink
Switched loading text, fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetz committed Nov 1, 2023
1 parent e14b875 commit 281f9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HyphaUploader/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
<h1 class="title">Bioimage.io Uploader</h1>
{#if !token}
{#if login_url}
<button class="button is-small is-primary" on:click={()=>{window.open(login_url, '_blank')}}>Login to Imjoy</button>
<button class="button is-small is-primary" on:click={()=>{window.open(login_url, '_blank')}}>Login to BioEngine</button>
{:else}
<span class="is-info">Connecting to Imjoy...<span class="loader"></span></span>
<span class="is-info">Connecting to the BioEngine...<span class="loader"></span></span>
{/if}
{:else if !server}
<span class="is-primary">Initializing...<span class="loader"></span></span>
Expand Down

0 comments on commit 281f9c5

Please sign in to comment.