1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00
Files
browser/libs/angular/src/tools/achievements/achievement-card.component.html
2025-03-20 11:35:42 +01:00

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>