-
Notifications
You must be signed in to change notification settings - Fork 30
Update landing page (#909) #932
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
base: main
Are you sure you want to change the base?
Changes from all commits
18de92f
2b26c94
cd9d020
f8d6118
ef0d108
511a570
d3b6fb0
bcbb57e
2f4d7b8
3f04fc7
1102df9
5ebdb9f
5914d40
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ const HeaderSmall = () => { | |
|
|
||
| return ( | ||
| <nav className={classes.nav}> | ||
| <Link to='/home'> | ||
| <Link to='/'> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Identical blocks of code found in 2 locations. Consider refactoring. |
||
| <img className={classes.logo} src='/images/cti-logo.svg' alt='civic logo' /> | ||
| </Link> | ||
|
Comment on lines
+22
to
24
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I could be wrong about this; but React Context API could be useful here to get rid of the Codeclimate duplicate code error and share this unit of code with the HeaderSmall.js & HeaderLarge.js files. Definitely something more appropriate for an entirely separate issue, though. Just figured I would throw this out on the radar. |
||
| <div | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Identical blocks of code found in 2 locations. Consider refactoring.