Fix avatar in large displays

This commit is contained in:
prototypa
2023-08-30 11:03:29 -04:00
parent 3b0754ff63
commit 2dcb51d7e3

View File

@ -45,7 +45,7 @@ const {
<Fragment set:html={image} /> <Fragment set:html={image} />
) : ( ) : (
<Image <Image
class="h-10 w-10 rounded-full border border-slate-200 dark:border-slate-600" class="h-10 w-10 rounded-full border border-slate-200 dark:border-slate-600 min-w-full min-h-full"
width={40} width={40}
height={40} height={40}
widths={[400, 768]} widths={[400, 768]}