De-emphasise "copy key" button on profile

This commit is contained in:
David Benqué 2020-12-10 11:57:42 +00:00
parent 1c1333068a
commit 32e572d056

View file

@ -494,7 +494,7 @@ define([
var $div = $(h('div.cp-sidebarlayout-element')).appendTo($container);
APP.$edPublic = $('<button>', {
'class': 'btn btn-success',
'class': 'btn',
}).append(h('i.fa.fa-key'))
.append(h('span', Messages.profile_copyKey))
.click(function () {