mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
update branding
This commit is contained in:
committed by
Matt Hill
parent
5441b5a06b
commit
f088f65d5a
@@ -4,7 +4,7 @@
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
width: 50%;
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,8 +15,10 @@ import { sameUrl } from '@start9labs/shared'
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class StoreIconComponent {
|
||||
@Input() url: string = ''
|
||||
@Input() size?: string
|
||||
@Input()
|
||||
url: string = ''
|
||||
@Input()
|
||||
size?: string
|
||||
}
|
||||
|
||||
@Pipe({
|
||||
@@ -29,7 +31,7 @@ export class GetIconPipe implements PipeTransform {
|
||||
const { start9, community } = this.config.marketplace
|
||||
|
||||
if (sameUrl(url, start9)) {
|
||||
return 'assets/img/icon.png'
|
||||
return 'assets/img/registry-icon.png'
|
||||
} else if (sameUrl(url, community)) {
|
||||
return 'assets/img/community-store.png'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user