mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Removed target="_blank" attribute from mailto link
This commit is contained in:
parent
b3c9371d9f
commit
4a5fe1867d
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
small.muted
|
||||
=env.t('emailChange1')
|
||||
|
|
||||
a(href='mailto:admin@habitrpg.com' target='_blank')=env.t('emailChange2')
|
||||
a(href='mailto:admin@habitrpg.com')=env.t('emailChange2')
|
||||
|
|
||||
=env.t('emailChange3')
|
||||
hr
|
||||
|
|
|
|||
Loading…
Reference in a new issue