mirror of
https://github.com/bitwarden/web
synced 2026-02-03 18:23:23 +00:00
* Add first pass info card to Vault view
* Make send-info title a link
* Make access links open new tab
* Separate Vault card message from access message
* Add period to card end
* Final wording. Change Bitwarden Send links to point to Send tab
(cherry picked from commit 79ffafcc17)
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-send-info',
|
|
templateUrl: 'send-info.component.html',
|
|
})
|
|
export class SendInfoComponent { }
|