diff --git a/client/src/components/ProjectTabPanel.tsx b/client/src/components/ProjectTabPanel.tsx index cd61703..6f90e8f 100644 --- a/client/src/components/ProjectTabPanel.tsx +++ b/client/src/components/ProjectTabPanel.tsx @@ -103,7 +103,7 @@ export const ProjectTabPanel: FC = ({ onChangeIndex={handleChangeIndex} > - + diff --git a/client/src/components/TicketList.tsx b/client/src/components/TicketList.tsx index edc4c9c..99d9e2e 100644 --- a/client/src/components/TicketList.tsx +++ b/client/src/components/TicketList.tsx @@ -21,6 +21,10 @@ const useStyles = makeStyles((theme: Theme) => header: { paddingBottom: theme.spacing(2), }, + addButton: { + position: "relative", + marginLeft: "20px", + }, }) ); @@ -77,12 +81,17 @@ export const TicketList: FC = ({ > Tickets + {addButton && ( + + + + )} - {addButton && ( - - )} -