Skip to content

Commit

Permalink
update product data
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Nov 18, 2022
1 parent b698655 commit bc3e0ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/app/component/dropdown-menu/dropdown-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
display: flex;
cursor: pointer;
align-items: center;

& img {
height: 66px;
}
}

.dropdown-item-logo {
Expand Down
2 changes: 1 addition & 1 deletion src/app/data/product/product.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ export const LIBRARIES: ProductLine[] = [
description: `OTH library that contains methods and decorators to ease and automate Swagger documentation.`,
url: environmentCommon.website.github.url + '/' + environmentCommon.company.social.github + '/' + 'swagger-decorators',
urlAlter: environmentCommon.website.npm.url + '/package/' + environmentCommon.company.social.npm + '/' + 'swagger-decorators',
logo: 'https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/min/logo/brand-logo.min.png',
logo: 'https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/min/logo/library/swagger-decorators-logo.min.png',
openSource: true,
hasNpmPackage: true,
redirectToUrl: true
Expand Down

0 comments on commit bc3e0ea

Please sign in to comment.