diff --git a/frontend/frontend/src/pages/Home/Home.js b/frontend/frontend/src/pages/Home/Home.js index a71bfc5a..ee2e3c03 100644 --- a/frontend/frontend/src/pages/Home/Home.js +++ b/frontend/frontend/src/pages/Home/Home.js @@ -227,18 +227,6 @@ const HomeScreen = () => { ); } - if (!isAuthenticated) { - return ( -
{privateAccess ? 'You have granted access to both public and private repositories.' - : 'You have granted access to public repositories only.'} + : 'You have granted access to public repositories.'}
+
Switch to public access if you prefer not to share private repository data.
+
Upgrade to include contributions from your private repositories for more complete stats.
@@ -97,15 +97,15 @@ const LoginStage = ({ setCurrItem }) => {- Sign out from your GitHub account. +
+ Log out from your GitHub account.