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}} {{#if $loggedInInstancesInOrder.length > 1}}
<button class="primary" disabled="{{$currentInstance === params.instanceName}}" <button class="primary" disabled="{{$currentInstance === params.instanceName}}"
on:click="onSwitchToThisInstance()"> 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> </button>
{{/if}} {{/if}}
<button on:click="onLogOut()">Log out</button> <button on:click="onLogOut()">Log out</button>