mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Removed yellow background from join public guild page
This commit is contained in:
parent
bd21c93b36
commit
72fbe6a8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ script(type='text/ng-template', id='partials/options.social.guilds.public.html')
|
|||
ul.pull-right.challenge-accordion-header-specs
|
||||
li='{{::group.memberCount}} ' + env.t('members')
|
||||
// join / leave
|
||||
li
|
||||
li.bg-transparent
|
||||
a.btn.btn-sm.btn-danger(ng-if="::group._isMember", ng-click='clickLeave(group, $event)')
|
||||
span.glyphicon.glyphicon-ban-circle
|
||||
=env.t('leave')
|
||||
|
|
|
|||
Loading…
Reference in a new issue