Skip to content

added copyrights to the signin page#276

Open
aryabyte21 wants to merge 3 commits into
FNNDSC:masterfrom
aryabyte21:master
Open

added copyrights to the signin page#276
aryabyte21 wants to merge 3 commits into
FNNDSC:masterfrom
aryabyte21:master

Conversation

@aryabyte21
Copy link
Copy Markdown

Screenshot 2022-04-14 at 5 05 26 PM

@aryabyte21
Copy link
Copy Markdown
Author

@jennydaman, @PintoGideon please review this.

Signed-off-by: AryaArunB <arya2001bhosale@gmail.com>
Comment thread src/components/SignIn/SignIn.jsx Outdated
<Link to="/quickstart" href="/quickstart">
Signup
</Link>
<div className="footer-copyright" style={{color:"white"}}>
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

Signed-off-by: AryaArunB <arya2001bhosale@gmail.com>
@aryabyte21
Copy link
Copy Markdown
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