Skip to content

Commit

Permalink
Merge pull request #2919 from cloudfoundry-incubator/logo-update
Browse files Browse the repository at this point in the history
Use new Stratos logo on splash/login and about page
  • Loading branch information
KlapTrap authored Aug 31, 2018
2 parents 4677b2a + ad96e80 commit d199b4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

import {filter, map, buffer, debounceTime} from 'rxjs/operators';
import { filter, map, buffer, debounceTime } from 'rxjs/operators';
import { Component, Inject, InjectionToken, Input, OnInit } from '@angular/core';
import { Store } from '@ngrx/store';
import { BehaviorSubject , Observable } from 'rxjs';
import { BehaviorSubject, Observable } from 'rxjs';
import { Customizations, CustomizationsMetadata } from '../../../core/customizations.types';
import { ActionHistoryDump } from '../../../store/actions/action-history.actions';
import { AppState } from '../../../store/app-state';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="stratos-title">
<img class="stratos-title__logo" src="/assets/logo.png" />
<img class="stratos-title__logo" src="/assets/stratos-logo.png" />
<h1 class="mat-h1 stratos-title__header">Stratos</h1>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
width: 240px;
}
&__header {
display: none;
font-size: 28px;
font-weight: 500;
letter-spacing: 2px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import { Component, OnInit } from '@angular/core';
import { Component } from '@angular/core';

@Component({
selector: 'app-stratos-title',
templateUrl: './stratos-title.component.html',
styleUrls: ['./stratos-title.component.scss']
})
export class StratosTitleComponent implements OnInit {

constructor() { }

ngOnInit() {
}

}
export class StratosTitleComponent { }
Binary file added src/frontend/assets/stratos-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d199b4e

Please sign in to comment.