Skip to content

Commit

Permalink
web ui logo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Sep 1, 2021
1 parent b696bb7 commit 5c41863
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/data/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,21 @@ export const PRODUCT_LINES: DropdownColumnOption[] = [
sectionDescription: 'Front-ends for your needs',
menus: [
{
brand: { brandLogo: './assets/production/brand-logo.png' },
brand: { brandLogo: 'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/user%20interfaces/web-ui-logo.png?raw=true' },
header: 'Company Profile UI',
description: 'Open Template Hub is an organization that develops open source micro servers as templates including authentication server, payment server and more..',
description: 'Company Profile UI Template for generic usage in Angular',
link: URLS.maintenance
},
{
brand: { brandLogo: './assets/production/brand-logo.png' },
brand: { brandLogo: 'https://github.com/open-template-hub/open-template-hub.github.io/blob/master/assets/logo/user%20interfaces/web-ui-logo.png?raw=true' },
header: 'Web UI',
description: 'Open Template Hub is an organization that develops open source micro servers as templates including authentication server, payment server and more..',
description: 'Web UI Template for generic usage in Angular',
link: URLS.maintenance
},
{
brand: { brandLogo: './assets/production/brand-logo.png' },
header: 'Mobile UI',
description: 'Open Template Hub is an organization that develops open source micro servers as templates including authentication server, payment server and more..',
description: 'Mobile UI Template for generic usage in React Native',
link: URLS.maintenance
}
]
Expand Down

0 comments on commit 5c41863

Please sign in to comment.