From 93c72ecea5e5e57553cc2fb9c1eed7247cf4173b Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:42:12 -0400 Subject: [PATCH] adjust buttons on marketplace show page and bump marketplace lib --- web/projects/marketplace/package.json | 2 +- .../src/pages/show/about/about.component.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/projects/marketplace/package.json b/web/projects/marketplace/package.json index c3e26f682..ef061a11e 100644 --- a/web/projects/marketplace/package.json +++ b/web/projects/marketplace/package.json @@ -1,6 +1,6 @@ { "name": "@start9labs/marketplace", - "version": "0.3.31", + "version": "0.3.32", "peerDependencies": { "@angular/common": ">=13.2.0", "@angular/core": ">=13.2.0", diff --git a/web/projects/marketplace/src/pages/show/about/about.component.html b/web/projects/marketplace/src/pages/show/about/about.component.html index 549c744ad..618ba9a75 100644 --- a/web/projects/marketplace/src/pages/show/about/about.component.html +++ b/web/projects/marketplace/src/pages/show/about/about.component.html @@ -2,7 +2,13 @@

New in {{ pkg.version }}

-

About

@@ -11,6 +17,8 @@ *ngIf="pkg.marketingSite as url" tuiButton iconEnd="@tui.external-link" + size="s" + appearance="glass" target="_blank" rel="noreferrer" [href]="url"