Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
removed currently uneeded dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinSnail committed Sep 25, 2018
1 parent acec7f4 commit 643bb52
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions jscout/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@
<div style="text-align:center">
<!-- Header -->
<mat-toolbar color="primary" role="heading">
<span (click)="visiblePage='splash'">
{{ title }}
</span>
<button mat-flat-button (click)="visiblePage='splash'">
<h1>{{ title }}</h1>
</button>
<span class="spacer"></span>
<!-- hidden if on a mobile screen -->
<div class="mobileHidden">
<div class="mobileHidden" style="margin-right:20px;">
<!-- Display a specified year and game name -->
{{ year }} FIRST {{ game }}
<h1>{{ year }} FIRST {{ game }}</h1>
</div>
<!-- menu button -->
<!--
<button mat-icon-button aria-label="dropdown menu button" [matMenuTriggerFor]="appMenu">
<mat-icon>more_vert</mat-icon>
</button>
-->
</mat-toolbar>
</div>

Expand Down

0 comments on commit 643bb52

Please sign in to comment.