tabby/tabby-core/src/components/profileIcon.component.pug
Eugene 72a5da5ac3
Revert "wsl: Get the distro icon from the package family name"
This reverts commit 1e6c2cba769fadf4fdce4715b8cf29b45bfe7984.
2024-07-18 23:57:58 +02:00

10 lines
148 B
Plaintext

i.icon(
class='fa-fw {{icon}}',
[style.color]='color',
*ngIf='!isHTML'
)
.icon(
[fastHtmlBind]='icon',
*ngIf='isHTML && icon'
)