Skip to content

Commit

Permalink
cleanup: remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Dec 2, 2024
1 parent f0ff8ef commit 4043df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rewards/RewardCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ export const RewardCardButton = ({
className,
...props
}: Omit<ButtonProps, "size">) => (
<Button className={cn(" mt-auto", className)} size="sm" {...props} />
<Button className={cn("mt-auto", className)} size="sm" {...props} />
);

0 comments on commit 4043df4

Please sign in to comment.