kopia lustrzana https://github.com/cloudflare/wildebeest
use proper tailwind sizes for avatar imgs
rodzic
48fe4135b4
commit
d1e23e23e0
|
@ -5,5 +5,5 @@ type Props = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Avatar = component$<Props>(({ src }) => {
|
export const Avatar = component$<Props>(({ src }) => {
|
||||||
return <img class="rounded" style={{ width: '46px', height: '46px' }} src={src} />
|
return <img class="rounded h-12 w-12" src={src} />
|
||||||
})
|
})
|
||||||
|
|
Ładowanie…
Reference in New Issue