mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[SM-251] Migrate to new avatar component (#3600)
This commit is contained in:
@@ -90,29 +90,6 @@
|
||||
</div>
|
||||
<small class="form-text text-muted">{{ "faviconDesc" | i18n }}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input
|
||||
class="form-check-input"
|
||||
type="checkbox"
|
||||
id="enableGravatars"
|
||||
name="enableGravatars"
|
||||
[(ngModel)]="enableGravatars"
|
||||
/>
|
||||
<label class="form-check-label" for="enableGravatars">
|
||||
{{ "enableGravatars" | i18n }}
|
||||
</label>
|
||||
<a
|
||||
href="https://gravatar.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||
>
|
||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
<small class="form-text text-muted">{{ "enableGravatarsDesc" | i18n }}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user