feat(SW-353): dynamic rewards

This commit is contained in:
Christel Westerberg
2024-09-25 15:59:16 +02:00
parent 6a85cfd19c
commit 56cd02f90b
78 changed files with 1568 additions and 4587 deletions
+4 -2
View File
@@ -5,6 +5,8 @@ import type { LevelProps } from "../levels"
export default function CloseFriend({
className,
color,
height = "75",
width = "158",
...props
}: LevelProps) {
const classNames = levelVariants({
@@ -15,9 +17,9 @@ export default function CloseFriend({
<svg
className={classNames}
fill="none"
height="75"
height={height}
viewBox="0 0 158 75"
width="158"
width={width}
xmlns="http://www.w3.org/2000/svg"
{...props}
>