Merged in fix/default-loyalty-level-two-lines (pull request #1637)

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

Approved-by: Pontus Dreij
This commit is contained in:
Christian Andolf
2025-03-26 09:07:23 +00:00

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) {