Modified about dialog to have a more consistent design, and added the logo & github logo to the top

This commit is contained in:
Isaac Grynsztein
2020-03-25 17:07:23 -04:00
parent a35d85d7df
commit 603c13eb4c
5 changed files with 20 additions and 11 deletions

View File

@@ -26,7 +26,6 @@ export class AboutDialogComponent implements OnInit {
this.postsService.getLatestGithubRelease().subscribe(res => {
this.checking_for_updates = false;
this.latestGithubRelease = res;
console.log(this.latestGithubRelease)
});
}