From 2c42e9488771070d8efec5d91835cd8c7885f4b1 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 27 Aug 2017 17:42:50 +0200 Subject: Restyle navbar and use across entire site --- src/pages/Profile.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pages/Profile.js') diff --git a/src/pages/Profile.js b/src/pages/Profile.js index 3c3b0899..d4594c9e 100644 --- a/src/pages/Profile.js +++ b/src/pages/Profile.js @@ -2,15 +2,12 @@ import React from 'react'; import {connect} from "react-redux"; import {openDeleteProfileModal} from "../actions/profile"; import Navbar from "../components/navigation/Navbar"; -import Login from "../containers/auth/Login"; import DeleteProfileModal from "../containers/profile/DeleteProfileModal"; -import "./Profile.css"; const ProfileContainer = ({onDelete}) => (
-
-

Profile Settings

+

This does not delete your Google account, it simply disconnects it from the OpenDC app and deletes any @@ -19,7 +16,6 @@ const ProfileContainer = ({onDelete}) => (

-
); -- cgit v1.2.3