custom app rendering

This commit is contained in:
metacryst
2026-03-24 04:16:00 -05:00
parent 881c9408b6
commit c5b71add07
5 changed files with 68 additions and 31 deletions

View File

@@ -10,7 +10,6 @@ class PeopleCard extends Shadow {
render() {
HStack(() => {
HStack(() => {
console.log(this.imgSrc)
if (this.imgSrc && !this.imgSrc.includes("null")) {
img(this.imgSrc, "3em", "3em")
.borderRadius(100, pct)