[Style] Fix user icon size (#3701)

This commit is contained in:
Chenlei Hu
2025-04-30 16:19:59 -04:00
committed by GitHub
parent 834d5820d2
commit ee8f0bf013

View File

@@ -7,7 +7,7 @@
<Avatar
class="mb-3"
:image="user?.photoURL ?? undefined"
:icon="user?.photoURL ? undefined : 'pi pi-user'"
:icon="user?.photoURL ? undefined : 'pi pi-user !text-2xl'"
shape="circle"
size="large"
aria-label="User Avatar"