Update resources/scripts/components/auth/LoginContainer.tsx

This commit is contained in:
Derek 2025-03-05 22:47:01 +00:00
parent 31b3138bfa
commit 2e6010162b

View file

@ -104,7 +104,7 @@ const LoginContainer = ({ history }: RouteComponentProps) => {
to={'/auth/password'} to={'/auth/password'}
css={tw`text-xs text-neutral-500 tracking-wide no-underline uppercase hover:text-neutral-600`} css={tw`text-xs text-neutral-500 tracking-wide no-underline uppercase hover:text-neutral-600`}
> >
Forgot password? Forgot password? Contact The Comet Staff.
</Link> </Link>
</div> </div>
</LoginFormContainer> </LoginFormContainer>