wip render initial in uppercase

This commit is contained in:
lebaudantoine
2026-07-27 18:02:40 +02:00
parent 63c0a0ebec
commit c7b178b567
+1 -1
View File
@@ -56,7 +56,7 @@ export const Avatar = React.memo(
fontWeight="500"
fill="currentColor"
>
{initial}
{initial.toUpperCase()}
</text>
</svg>
</div>