fix hero icon

This commit is contained in:
Lucy Cifferello
2024-06-07 14:59:43 -04:00
parent bd4d89fc21
commit b8eb8a90a5
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@start9labs/marketplace",
"version": "0.3.26",
"version": "0.3.27",
"peerDependencies": {
"@angular/common": ">=13.2.0",
"@angular/core": ">=13.2.0",

View File

@@ -18,7 +18,6 @@ import { AbstractMarketplaceService } from '../../../services/marketplace.servic
<!-- icon -->
<img
[src]="determineIcon(marketplace) | trustUrl"
class="box-shadow-lg"
alt="{{ pkg.manifest.title }} Icon"
/>
<!-- color background -->
@@ -82,8 +81,6 @@ import { AbstractMarketplaceService } from '../../../services/marketplace.servic
border-radius: 9999px;
object-fit: cover;
position: absolute;
backdrop-filter: blur(24px);
background-color: rgb(0 0 0 / 0.5);
top: -2.25rem;
left: 1.75rem;
z-index: 1;