workspace name

This commit is contained in:
hamid zarghami
2026-07-15 10:00:33 +03:30
parent 59048e9b5f
commit a4b263cfd7
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ const Workspace: FC = () => {
return (
<div className="bg-[#01347A] h-full rounded-none xl:rounded-[32px] overflow-hidden flex flex-col">
<HeaderWorkspace />
<HeaderWorkspace projectName={project?.data?.name ?? ""} />
<div className="flex-1 min-h-0 overflow-x-auto overflow-y-hidden overscroll-x-contain">
<div className="flex gap-3 sm:gap-4 xl:gap-7 px-3 sm:px-4 xl:px-8 pt-4 xl:pt-6 pb-4 xl:pb-6 h-full items-start w-max min-w-full">
{columns.map((column) => (