mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
11 lines
391 B
HTML
11 lines
391 B
HTML
<bit-card class="{{ cardClass }}">
|
|
<div class="tw-flex tw-items-center tw-justify-center">
|
|
<bit-icon [icon]="icon"></bit-icon>
|
|
</div>
|
|
<h2 bitTypography="h6" class="tw-text-center">{{ title() }}</h2>
|
|
<h3 bitTypography="body2" class="tw-text-center">{{ description() }}</h3>
|
|
@if (earned()) {
|
|
<h3 bitTypography="body2" class="tw-text-center">{{ date() }}</h3>
|
|
}
|
|
</bit-card>
|