mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
[PM-15571] Help link on import vault (#12448)
* [PM-15571] BW help Link on import vault page has wrong styling in dark mode * Remove useless code
This commit is contained in:
parent
6eb30c98c4
commit
ef8e8bfcbc
@ -80,7 +80,13 @@
|
|||||||
<bit-callout type="info" title="{{ getFormatInstructionTitle() }}" *ngIf="format">
|
<bit-callout type="info" title="{{ getFormatInstructionTitle() }}" *ngIf="format">
|
||||||
<ng-container *ngIf="format === 'bitwardencsv' || format === 'bitwardenjson'">
|
<ng-container *ngIf="format === 'bitwardencsv' || format === 'bitwardenjson'">
|
||||||
See detailed instructions on our help site at
|
See detailed instructions on our help site at
|
||||||
<a target="_blank" rel="noreferrer" href="https://bitwarden.com/help/export-your-data/">
|
<a
|
||||||
|
bitLink
|
||||||
|
linkType="primary"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
href="https://bitwarden.com/help/export-your-data/"
|
||||||
|
>
|
||||||
https://bitwarden.com/help/export-your-data/</a
|
https://bitwarden.com/help/export-your-data/</a
|
||||||
>
|
>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -53,6 +53,7 @@ import {
|
|||||||
SectionHeaderComponent,
|
SectionHeaderComponent,
|
||||||
SelectModule,
|
SelectModule,
|
||||||
ToastService,
|
ToastService,
|
||||||
|
LinkModule,
|
||||||
} from "@bitwarden/components";
|
} from "@bitwarden/components";
|
||||||
import { KeyService } from "@bitwarden/key-management";
|
import { KeyService } from "@bitwarden/key-management";
|
||||||
|
|
||||||
@ -115,6 +116,7 @@ const safeProviders: SafeProvider[] = [
|
|||||||
ContainerComponent,
|
ContainerComponent,
|
||||||
SectionHeaderComponent,
|
SectionHeaderComponent,
|
||||||
SectionComponent,
|
SectionComponent,
|
||||||
|
LinkModule,
|
||||||
],
|
],
|
||||||
providers: safeProviders,
|
providers: safeProviders,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user