Skip to content

Commit

Permalink
basic info server logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Aug 30, 2021
1 parent 7c8b4d8 commit ad162b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/app/page/raw-landing-layout/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ <h4 id="npmCounterElement" class="counter">
</h4>
<h6>
Npm Downloads
<br/>
(in total)
</h6>
</a>
<a class="counter-wrapper counter-alter"
Expand Down Expand Up @@ -148,7 +150,7 @@ <h6>
<div class="feature-wrapper feature-right">
<div class="feature">
<a class="feature-img-wrapper"href="https://github.com/open-template-hub/basic-info-server-template">
<img class="server-logo" [src]="'./assets/common/demonstration/demonstration-basic-info-server-template.png'"
<img class="server-logo" [src]="'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/basic-info-server-logo.png?raw=true'"
alt="server-logo"/>
</a>
<div class="feature-notes">
Expand Down
2 changes: 1 addition & 1 deletion src/app/page/raw-landing-layout/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { URLS } from '../../../util/constant';
export class HomeComponent implements AfterViewInit {

downloadCounter = 5100;
serverTypesCounter = 6;
serverTypesCounter = 5;
uiTypesCounter = 3;

brand = {
Expand Down
2 changes: 1 addition & 1 deletion src/app/util/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const PRODUCTS: DropdownColumnOption[] = [
},
{
backgroundColor: 'var(--brand-color-lighter-2)',
brand: { brandLogo: './assets/production/brand-logo.png' },
brand: { brandLogo: 'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/servers/basic-info-server-logo.png?raw=true' },
header: 'Basic Info Server',
description: 'Basic Info Server Template for generic usage in Node.js',
link: URLS.maintenance
Expand Down

0 comments on commit ad162b7

Please sign in to comment.