add ion guide link

This commit is contained in:
Michael Fatemi 2021-08-17 20:41:29 -04:00
parent 5aef6896f4
commit 1698d513be

View File

@ -13,6 +13,14 @@ export default function WheelShareLoggedOut() {
<UILink href={ionAuthorizationEndpoint}>Log in with Ion</UILink>
<br />
<UILink href={googleAuthorizationEndpoint}>Log in with Google</UILink>
<br />
<p>
If you're new to Ion, follow{' '}
<a href="https://guides.tjhsst.edu/ion/resetting-your-ion-password">
this guide
</a>{' '}
to create an account and reset your password
</p>
</>
);
}