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

Make follow button primary

parent 83bbf5dd
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment