Code cleanup

This commit is contained in:
adilallo
2025-08-03 16:44:34 -06:00
parent 4a1aa02a28
commit 8d50130718
7 changed files with 121 additions and 146 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default function Avatar({
...props
}) {
const sizeStyles = {
small: "w-5 h-5",
small: "w-[16px] h-[16px]",
medium: "w-[18px] h-[18px]",
xlarge: "w-[32px] h-[32px]",
};