Make follow button primary
This commit is contained in:
parent
83bbf5dd77
commit
c559b9c6ec
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<el-input v-model="newRelay" :placeholder="$t('settings.followRelay')" @keyup.enter.native="followRelay"/>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-button @click.native="followRelay">{{ $t('settings.follow') }}</el-button>
|
||||
<el-button type="primary" @click.native="followRelay">{{ $t('settings.follow') }}</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-table :data="relaysTable">
|
||||
|
|
Loading…
Reference in a new issue