File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ interface RewardBadgeProps {
36
36
export default function RewardBadge ( { reward = { } , type = "transparent" , displayAmount = true } : RewardBadgeProps ) : ReactElement {
37
37
const { token, amount } = reward ;
38
38
39
- const badgeClassnames = classNames ( "font-semibold leading-none text-center inline-flex items-center justify-between rounded-full text-xs p-0.5 h-5 space-x-2- " , {
39
+ const badgeClassnames = classNames ( "font-semibold leading-none text-center inline-flex items-center justify-between rounded-full text-xs p-0.5 h-5 space-x-2" , {
40
40
"bg-white bg-opacity-25 text-white" : type === "transparent" ,
41
41
"bg-gray-200 text-gray-500" : type === "gray" ,
42
42
"bg-gray-100 text-gray-500" : type === "light-gray" ,
You can’t perform that action at this time.
0 commit comments