Skip to content

Commit

Permalink
move marketing site link to description block
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece committed Mar 8, 2023
1 parent 7035836 commit 86b8dc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@
<h2>{{ pkg.manifest.description.long }}</h2>
</ion-label>
</ion-item>
<div
*ngIf="pkg.manifest['marketing-site'] as url"
style="padding: 4px 0 10px 14px"
>
<ion-button [href]="url" target="_blank" rel="noreferrer" color="tertiary">
View marketing website
<ion-icon slot="end" name="open-outline"></ion-icon>
</ion-button>
</div>
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<div
*ngIf="pkg.manifest['marketing-site'] as url"
style="padding: 4px 0 10px 14px"
>
<ion-button [href]="url" target="_blank" rel="noreferrer" color="tertiary">
View marketing website
<ion-icon slot="end" name="open-outline"></ion-icon>
</ion-button>
</div>

<ng-container *ngIf="pkg.manifest.replaces as replaces">
<div *ngIf="replaces.length" class="ion-padding-bottom">
<ion-item-divider>Intended to replace</ion-item-divider>
Expand Down

0 comments on commit 86b8dc9

Please sign in to comment.