mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
chore: fix icons in marketplace
This commit is contained in:
@@ -51,7 +51,12 @@ import UpdatesComponent from './updates.component'
|
||||
<tr (click)="expanded.set(!expanded())">
|
||||
<td>
|
||||
<div [style.gap.rem]="0.75" [style.padding-inline-end.rem]="1">
|
||||
<span tuiAvatar appearance="action-grayscale" size="s">
|
||||
<span
|
||||
tuiAvatar
|
||||
appearance="action-grayscale"
|
||||
size="s"
|
||||
[round]="false"
|
||||
>
|
||||
<img alt="" [src]="item().icon" />
|
||||
</span>
|
||||
<span tuiTitle [style.margin]="'-0.125rem 0 0'">
|
||||
|
||||
Reference in New Issue
Block a user