typo fix
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

This commit is contained in:
freakoverse 2024-08-27 11:39:04 +00:00
parent 29947757af
commit 926d29a36e

View File

@ -261,7 +261,7 @@ const MenuBarButton = ({
<button
onClick={onClick}
disabled={disabled}
className={`btn btnMain btmMainTipTap ${isActive ? 'is-active' : ''}`}
className={`btn btnMain btnMainTipTap ${isActive ? 'is-active' : ''}`}
>
{label}
</button>