From d76cdb8cdea9006a43d80e24280c3d38e86647a9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 22 Aug 2019 17:38:29 +0000 Subject: [PATCH] chore: version 8.3.0 --- ponyracer/package.json | 24 ++++++++++---------- ponyracer/src/app/app.component.html | 34 ++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 12 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 6a69869bc..a3c71302a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.2.0", - "@angular/common": "~8.2.0", - "@angular/compiler": "~8.2.0", - "@angular/core": "~8.2.0", - "@angular/forms": "~8.2.0", - "@angular/platform-browser": "~8.2.0", - "@angular/platform-browser-dynamic": "~8.2.0", - "@angular/router": "~8.2.0", + "@angular/animations": "~8.2.3", + "@angular/common": "~8.2.3", + "@angular/compiler": "~8.2.3", + "@angular/core": "~8.2.3", + "@angular/forms": "~8.2.3", + "@angular/platform-browser": "~8.2.3", + "@angular/platform-browser-dynamic": "~8.2.3", + "@angular/router": "~8.2.3", "rxjs": "~6.4.0", "tslib": "^1.10.0", "zone.js": "~0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.803.0-rc.0", - "@angular/cli": "~8.3.0-rc.0", - "@angular/compiler-cli": "~8.2.0", - "@angular/language-service": "~8.2.0", + "@angular-devkit/build-angular": "~0.803.0", + "@angular/cli": "~8.3.0", + "@angular/compiler-cli": "~8.2.3", + "@angular/language-service": "~8.2.3", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/src/app/app.component.html b/ponyracer/src/app/app.component.html index 083eaee1f..79e7e90cf 100644 --- a/ponyracer/src/app/app.component.html +++ b/ponyracer/src/app/app.component.html @@ -30,6 +30,10 @@ margin: 0; } + .spacer { + flex: 1; + } + .toolbar { height: 60px; margin: -8px; @@ -44,6 +48,15 @@ margin: 0 16px; } + .toolbar #twitter-logo { + height: 40px; + margin: 0 16px; + } + + .toolbar #twitter-logo:hover { + opacity: 0.8; + } + .content { display: flex; margin: 32px auto; @@ -290,6 +303,27 @@ src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg==" /> Welcome +
+ + + + + + + + + + +