diff --git a/src/app/features/settings/account/ProfileDecoration.tsx b/src/app/features/settings/account/ProfileDecoration.tsx index ab8e7fb87..f5203c734 100644 --- a/src/app/features/settings/account/ProfileDecoration.tsx +++ b/src/app/features/settings/account/ProfileDecoration.tsx @@ -220,26 +220,27 @@ export function ProfileDecoration() { )} {/* Category grid */} - {DECORATION_CATEGORIES.map((category) => ( - +
{category.label}
{category.decorations.map((d) => ( @@ -252,9 +253,9 @@ export function ProfileDecoration() { /> ))}
- +
))} -
+
);