1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

[PM-1834] Add Windows 8/8.1 deprecation notice (#5213)

This commit is contained in:
Oscar Hinton
2023-04-17 17:03:40 +02:00
committed by GitHub
parent 07c2c2af20
commit d605187de8
6 changed files with 65 additions and 0 deletions

View File

@@ -73,4 +73,9 @@
</div>
</div>
</div>
<ng-container *ngIf="oldOs">
<app-callout type="warning" class="os-deprecated">
{{ (deprecated ? "windows8Deprecated" : "windows8SoonDeprecated") | i18n }}
</app-callout>
</ng-container>
</form>