feat(SW-353): dynamic rewards
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user