Skip to content

Commit

Permalink
Update app.component.html, usage.component.html, theme.service.ts, an…
Browse files Browse the repository at this point in the history
…d material.theme.scss
  • Loading branch information
austenstone committed Jan 24, 2024
1 parent ff881f2 commit dc28ac6
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 239 deletions.
1 change: 0 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<div class="logo" style="user-select: none;">
<img [src]="this.theme === 'light-theme' ? 'assets/github-mark.svg' : 'assets/github-mark-white.svg' ">
</div>
<h1 class="mat-headline-1" style="user-select: none;">Github Usage Report</h1>
<app-usage></app-usage>
</div>
Loading

0 comments on commit dc28ac6

Please sign in to comment.