new order to sidebar

This commit is contained in:
hamid zarghami
2025-10-14 14:43:50 +03:30
parent 31967a2ecb
commit 434541da9d
3 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ type Props = {
const Button: FC<Props> = memo((props: Props) => {
const buttonClass = clx(
'flex rounded-xl items-center justify-center text-center h-10 text-sm bg-primary text-white w-full',
'flex rounded-xl items-center justify-center text-center h-10 text-sm bg-primary w-full',
props.disabled && 'cursor-not-allowed opacity-60',
props.className
);