Skip to content

Commit

Permalink
Prettier lint fix anchor multiple lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwood committed Feb 11, 2025
1 parent d7ce76f commit df05e05
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
<div class="tw-bg-background-alt">
<bit-section>
<p class="tw-m-0">{{ "blockedDomainsDesc" | i18n }}</p>
<a bitLink linkType="primary" rel="noreferrer" target="_blank" href="https://bitwarden.com/help/blocking-uris/">{{
"learnMoreAboutBlockedDomains" | i18n
}}</a>
<a
bitLink
linkType="primary"
rel="noreferrer"
target="_blank"
href="https://bitwarden.com/help/blocking-uris/"
>{{ "learnMoreAboutBlockedDomains" | i18n }}</a
>
</bit-section>
<bit-section *ngIf="!isLoading">
<bit-section-header>
Expand Down

0 comments on commit df05e05

Please sign in to comment.