remove donate button on desktop apps.
This commit is contained in:
parent
a9ab79fb90
commit
7c6b180924
|
@ -68,7 +68,7 @@
|
|||
</div><!-- az-header-profile -->
|
||||
|
||||
<a (click)="openSupportForm(content)" class="dropdown-item cursor-pointer"><i style="font-size: medium;" class="fas fa-question-circle"></i> Get Support</a>
|
||||
<a class="dropdown-item cursor-pointer" href="https://docs.fastenhealth.com/FUNDRAISING.html" externalLink><i style="font-size: medium;" class="fas fa-hand-holding-medical"></i> Donate</a>
|
||||
<a *ngIf="!is_environment_desktop" class="dropdown-item cursor-pointer" href="https://docs.fastenhealth.com/FUNDRAISING.html" externalLink><i style="font-size: medium;" class="fas fa-hand-holding-medical"></i> Donate</a>
|
||||
<a (click)="signOut($event)" class="dropdown-item cursor-pointer"><i style="font-size: medium;" class="fas fa-power-off"></i> Sign Out</a>
|
||||
</div><!-- dropdown-menu -->
|
||||
</div>
|
||||
|
|
|
@ -27,6 +27,8 @@ export class HeaderComponent implements OnInit, OnDestroy {
|
|||
|
||||
routerSubscription: Subscription = null
|
||||
|
||||
is_environment_desktop: boolean = environment.environment_desktop
|
||||
|
||||
constructor(
|
||||
private authService: AuthService,
|
||||
private router: Router,
|
||||
|
|
Loading…
Reference in New Issue