mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
* Rebrand fully * Rebrand part 2: electric boogaloo * Debrand part 3: fixes
7 lines
389 B
Plaintext
7 lines
389 B
Plaintext
.btn-group.d-flex(*ngIf="canInstall")
|
|
button.btn.btn-lg.btn-outline-success.text-wrap.flex-grow-1((click)="install()")
|
|
| Add #[b pixel.horse] to {{isMobile ? 'home screen' : 'desktop'}}
|
|
button.btn.btn-lg.btn-outline-success.flex-grow-0(
|
|
(click)="dismiss()" title="Dismiss" [attr.aria-label]="'Dismiss add to ' + (isMobile ? 'home screen' : 'desktop')")
|
|
fa-icon([icon]="closeIcon")
|