made adjustments to the button for add task in the viewer
This commit is contained in:
parent
ea94fab0a5
commit
d7439f5244
3 changed files with 36 additions and 17 deletions
|
|
@ -6,7 +6,7 @@ export default function Tasks() {
|
|||
return (
|
||||
<PageContainer>
|
||||
<Box padding={2}>
|
||||
<TaskViewer />
|
||||
<TaskViewer overlayButton/>
|
||||
</Box>
|
||||
</PageContainer>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue