chore: new empty state (#3640)
* chore: empty state asset updated * chore: empty state config updated * chore: cycle and module issues layout empty state added * chore: workspace and project settings empty state added
This commit is contained in:
parent
f64284f6a0
commit
eea3b4fa54
202 changed files with 658 additions and 284 deletions
|
|
@ -9,7 +9,7 @@ import { ProjectSettingHeader } from "components/headers";
|
|||
import { NextPageWithLayout } from "lib/types";
|
||||
|
||||
const LabelsSettingsPage: NextPageWithLayout = () => (
|
||||
<div className="w-full gap-10 overflow-y-auto py-8 pr-9">
|
||||
<div className="h-full w-full gap-10 overflow-y-auto py-8 pr-9">
|
||||
<ProjectSettingsLabelList />
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue