diff options
Diffstat (limited to 'src/pages/ProfilePage/ProfileInfo.tsx')
-rw-r--r-- | src/pages/ProfilePage/ProfileInfo.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/ProfilePage/ProfileInfo.tsx b/src/pages/ProfilePage/ProfileInfo.tsx index 6578764..6a2f853 100644 --- a/src/pages/ProfilePage/ProfileInfo.tsx +++ b/src/pages/ProfilePage/ProfileInfo.tsx @@ -36,7 +36,8 @@ const useStyles = makeStyles({ display: 'flex', width: '100%', height: 50, - margin: '50px 0' + margin: '50px 0', + borderBottom: '1px solid lightgray' }, menuButton: { width: 200, @@ -78,7 +79,6 @@ const ProfileInfo: React.FC<PropTypes> = ({user, logOut,savedPolls, totalVotes, input === false ? setInput(true) : setInput(false); }; - return ( <div className={classes.root}> { |