tweak styles

This commit is contained in:
Nolan Lawson 2018-01-14 12:09:36 -08:00
parent a8f45a37e2
commit 00a36636cf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
{{#if $loggedInInstancesInOrder.length > 1}}
<button class="primary" disabled="{{$currentInstance === params.instanceName}}"
on:click="onSwitchToThisInstance()">
{{$currentInstance === params.instanceName ? 'Current instance' : 'Switch to this instance'}}
{{$currentInstance === params.instanceName ? 'This is your current instance' : 'Switch to this instance'}}
</button>
{{/if}}
<button on:click="onLogOut()">Log out</button>