mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-03-22 01:16:32 +05:30
feat: increase workspace
This commit is contained in:
@@ -33,7 +33,7 @@ const Workspace = ({ ws }: WsButtonProps) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const WorkspaceButton = () => {
|
export const WorkspaceButton = () => {
|
||||||
const range = Array.from({ length: 5 + 1 }, (_, i) => i);
|
const range = Array.from({ length: 6 + 1 }, (_, i) => i);
|
||||||
return (
|
return (
|
||||||
<box cssClasses={["workspace-container"]} spacing={4}>
|
<box cssClasses={["workspace-container"]} spacing={4}>
|
||||||
{range.map((i) => (
|
{range.map((i) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user