style: issue details, list view, kanban card
This commit is contained in:
parent
1368fb9164
commit
b1aa389930
32 changed files with 935 additions and 1326 deletions
|
|
@ -9,7 +9,7 @@ import Dropzone from "react-dropzone";
|
|||
import workspaceService from "lib/services/workspace.service";
|
||||
import fileServices from "lib/services/file.services";
|
||||
// layouts
|
||||
import AdminLayout from "layouts/AdminLayout";
|
||||
import AppLayout from "layouts/AppLayout";
|
||||
|
||||
// hooks
|
||||
import useUser from "lib/hooks/useUser";
|
||||
|
|
@ -83,7 +83,7 @@ const WorkspaceSettings = () => {
|
|||
};
|
||||
|
||||
return (
|
||||
<AdminLayout
|
||||
<AppLayout
|
||||
meta={{
|
||||
title: "Plane - Workspace Settings",
|
||||
}}
|
||||
|
|
@ -228,7 +228,7 @@ const WorkspaceSettings = () => {
|
|||
</div>
|
||||
)}
|
||||
</div>
|
||||
</AdminLayout>
|
||||
</AppLayout>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue