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

added copyrights to the signin page #276

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aryabyte21
Copy link

Screenshot 2022-04-14 at 5 05 26 PM

@aryabyte21
Copy link
Author

@jennydaman, @PintoGideon please review this.

@@ -150,10 +150,17 @@ export class SignIn extends Component {
<Link to="/quickstart" href="/quickstart">
Signup
</Link>
<div className="footer-copyright" style={{color:"white"}}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the CSS class footer-copyright here is a bad practice, while it's true that CSS classes are global, we would like to have some notion of scope. I would suggest either moving the class out of src/components/Footer/Footer.css and to some other CSS file which is explicitly designated to contain global classes, or copy the class to SignIn.css

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scoping would protect against a fix for #151 (which enforces scoping)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback @jennydaman I have copied the class to SignIn.css

@aryabyte21
Copy link
Author

@jennydaman is there something more that you'd like me to do in this pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants