This commit is contained in:
Michael Fatemi 2021-08-17 02:04:00 -04:00
parent a5e781daf6
commit 5aef6896f4

View File

@ -10,7 +10,8 @@ export default function WheelShareLoggedOut() {
<>
<UIPrimaryTitle>WheelShare</UIPrimaryTitle>
<p>To get started, log in with your Ion account.</p>
<UILink href={ionAuthorizationEndpoint}>Log in</UILink>
<UILink href={ionAuthorizationEndpoint}>Log in with Ion</UILink>
<br />
<UILink href={googleAuthorizationEndpoint}>Log in with Google</UILink>
</>
);