fix: default loyalty levels to be two rows to be compatible with existing behaviour

This commit is contained in:
Christian Andolf
2025-03-26 09:51:54 +01:00
parent 4ff44311a9
commit f2252ce0f7

View File

@@ -21,7 +21,7 @@ import type { MembershipLevelIconProps } from "@/types/components/myPages/member
export default function MembershipLevelIcon({
level,
rows = 1,
rows = 2,
color = "pale",
...props
}: MembershipLevelIconProps) {