Skip to content

Commit

Permalink
Update plugin-card.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 8, 2023
1 parent 46035d2 commit 713b00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h4 class="card-title mb-0">
<div class="dropdown-divider" *ngIf="plugin.links.homepage || plugin.links.npm"></div>
<a ngbDropdownItem target="_blank" rel="noopener noreferrer" class="text-decoration-none"
*ngIf="plugin.links.homepage || plugin.links.npm" [href]="plugin.links.homepage || plugin.links.npm">
<i class="{{ !plugin.links.homepage.startsWith('https://github.com/') ? 'fab fa-fw fa-github' : 'fab fa-fw fa-npm' }}"></i> Plugin Homepage
<i class="{{ plugin.links.homepage.startsWith('https://github.com/') ? 'fab fa-fw fa-github' : 'fab fa-fw fa-npm' }}"></i> Plugin Homepage
</a>
</div>
</span>
Expand Down

0 comments on commit 713b00c

Please sign in to comment.