diff --git a/client/src/pages/Users.jsx b/client/src/pages/Users.jsx index 25945016..2ec4aad0 100644 --- a/client/src/pages/Users.jsx +++ b/client/src/pages/Users.jsx @@ -1,13 +1,13 @@ import React, { useState } from 'react'; import { Link } from 'react-router-dom'; -import { Button } from '@mui/material'; +import { Button, Box, Container } from '@mui/material'; import '../sass/Users.scss'; const Users = () => { return ( -
-
+ + -
-
+ + -
-
+ + ); }; diff --git a/client/src/sass/Users.scss b/client/src/sass/Users.scss index d40f7efb..aa69313e 100644 --- a/client/src/sass/Users.scss +++ b/client/src/sass/Users.scss @@ -6,6 +6,11 @@ margin-top: 50px; } +.center { + display: flex; + justify-content: center; +} + .button { width: 250px; border-radius: 8px;