mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
fix: upgrade plan banner (#2548)
This commit is contained in:
committed by
GitHub
parent
486a1bcdb2
commit
9eafb3da86
@@ -31,7 +31,7 @@ const WorkspaceSettingLayout: FC<IWorkspaceSettingLayout> = observer((props) =>
|
||||
return (
|
||||
<>
|
||||
<AppHeader header={<WorkspaceSettingHeader />} />
|
||||
<div className="w-full h-full overflow-hidden">
|
||||
<div className="flex flex-col w-full h-full overflow-hidden">
|
||||
{/* free banner */}
|
||||
<LicenseSeatsBanner />
|
||||
{/* workspace settings */}
|
||||
|
||||
Reference in New Issue
Block a user