diff options
Diffstat (limited to 'src/pages/Profile.js')
| -rw-r--r-- | src/pages/Profile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/Profile.js b/src/pages/Profile.js index 6d09dc89..17b01495 100644 --- a/src/pages/Profile.js +++ b/src/pages/Profile.js @@ -8,7 +8,7 @@ import DeleteProfileModal from "../containers/modals/DeleteProfileModal"; const ProfileContainer = ({onDelete}) => ( <DocumentTitle title="My Profile - OpenDC"> <div className="full-height"> - <AppNavbar inSimulation={false}/> + <AppNavbar inSimulation={false} fullWidth={false}/> <div className="container text-page-container full-height"> <button className="btn btn-danger" onClick={onDelete}>Delete my account on OpenDC</button> <p> |
