diff --git a/client/public/index.html b/client/public/index.html index aec8e99..eb30249 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -12,11 +12,11 @@ - - + --> { const useStyles = makeStyles((theme: Theme) => ({ root: { backgroundColor: theme.palette.background.paper, - width: 500 + flexGrow: 1 } })); @@ -71,7 +71,7 @@ export const UserTabPanel: FC = ({ tickets, tabNames, projects }) => { return (
- + = ({ viewModel }) => { const { fullName, presentation, picture, projects, tickets } = viewModel; const tabNames: string[] = ["Projects", "Tickets"]; + return ( -
-
- - -
-
+ + + + ); };