Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EXAMPLE PR] Added extra space between components on login page #806

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/Login/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function LoginModal(props) {
}}
className="login-form-link ml-4"
>
or, create an account
git s or, create an account
</Link>
</div>
);
Expand All @@ -157,8 +157,8 @@ export default function LoginModal(props) {
{' '}
<a href="mailto:acmteachla@gmail.com">acmteachla@gmail.com</a>
{' '}
with
&quot;Forgot Password&quot; in the subject, and we&apos;ll do our best to help you out!
with &quot;Forgot Password&quot; in the subject, and we&apos;ll do our best to help
you out!
</p>
</details>
)}
Expand Down