Files
pixel.horse/src/ts/components/shared/install-button/install-button.pug
T
Eliot Partridge 9f3e28824e Debrand part 2: electric boogaloo (#70)
* Rebrand fully

* Rebrand part 2: electric boogaloo

* Debrand part 3: fixes
2019-09-02 15:05:00 -05:00

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")