Large home header

This commit is contained in:
adilallo
2025-08-06 22:39:19 -06:00
parent 6d2e045af6
commit 93c04d0bfe
6 changed files with 31 additions and 19 deletions
+1
View File
@@ -8,6 +8,7 @@ export default function Avatar({
const sizeStyles = {
small: "w-[16px] h-[16px]",
medium: "w-[18px] h-[18px]",
large: "w-[24px] h-[24px]",
xlarge: "w-[32px] h-[32px]",
};