Skip to content
Snippets Groups Projects
Commit c559b9c6 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Make follow button primary

parent 83bbf5dd
Branches
Tags
1 merge request!57Add ability to manage relays
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment