Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Jun 5, 2024
1 parent e7f1c5b commit 1aa9043
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,5 @@ <h1><ng-container>Planet</ng-container> {{planetName}}</h1>
</mat-sidenav>
<mat-sidenav-content [ngClass]="{'gradient-background': backgroundRoute()}">
<router-outlet></router-outlet>
<div *ngIf="isAndroid" class="banner">
<p>Check out our Android app on the Play Store!</p>
<a href="https://play.google.com/store/apps/details?id=your.app.id">Download Now</a>
</div>
</mat-sidenav-content>
</mat-sidenav-container>

0 comments on commit 1aa9043

Please sign in to comment.