diff --git a/src/renderer/components/shared/bsm-button.component.tsx b/src/renderer/components/shared/bsm-button.component.tsx index da74a3c2..2eee4f13 100644 --- a/src/renderer/components/shared/bsm-button.component.tsx +++ b/src/renderer/components/shared/bsm-button.component.tsx @@ -9,7 +9,7 @@ export function BsmButton({className, style, imgClassName, icon, image, text, ty
onClick && onClick(e)} className={`${className} overflow-hidden cursor-pointer bg-main-color-2 text-white group`} style={style}> { image && } { icon && } - {text && (type === "submit" ? : {text})} + {text && (type === "submit" ? : {text})} { withBar && (