diff --git a/src/components/WheelShareLoggedOut.tsx b/src/components/WheelShareLoggedOut.tsx index ea93866..fc91b3b 100644 --- a/src/components/WheelShareLoggedOut.tsx +++ b/src/components/WheelShareLoggedOut.tsx @@ -1,7 +1,4 @@ -import { - googleAuthorizationEndpoint, - ionAuthorizationEndpoint, -} from './Authentication/authorizationEndpoint'; +import { ionAuthorizationEndpoint } from './Authentication/authorizationEndpoint'; import UILink from './UI/UILink'; import UIPrimaryTitle from './UI/UIPrimaryTitle'; @@ -11,8 +8,8 @@ export default function WheelShareLoggedOut() { WheelShare

To get started, log in with your Ion account.

Log in with Ion -
- Log in with Google + {/*
+ Log in with Google */} ); }