ghostfolio/apps/client/src/app/components/symbol-icon/symbol-icon.component.html
2021-04-13 21:53:58 +02:00

6 lines
123 B
HTML

<img
*ngIf="url"
src="https://www.google.com/s2/favicons?domain={{ url }}&sz=64"
[title]="tooltip ? tooltip : ''"
/>