Skip to content

Commit

Permalink
Correct banner text
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoppa committed Jan 23, 2018
1 parent 616a6b7 commit 9596230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/home/banner.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class BannerComponent implements OnInit {
}

public openMenu(): void {
this.messagingService.notify('Menu is under development :)');
this.messagingService.notify('Menu is under development :+1:');
}

private setColors(): void {
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/intro.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mat-card class="intro">
<div class="text-content">
<h1 class="text-green">Welcomaaaaaaaaaaaaaa to cityAQ</h1>
<h1 class="text-green">Welcome to cityAQ</h1>
<h3>Compare air quality for cities by searching below</h3>
</div>
<div class="skyline skyline-foreground"></div>
Expand Down

0 comments on commit 9596230

Please sign in to comment.