-
Notifications
You must be signed in to change notification settings - Fork 189
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
Fixes #1078: Banner Images Reload twice #1162
Conversation
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.
I think there's still a rebase that needs to be done against master. Let me know if you need any help we can work at it together. This is common when working in the same area as others.
@@ -4,7 +4,7 @@ import { makeStyles } from '@material-ui/core/styles'; | |||
import KeyboardArrowDownIcon from '@material-ui/icons/KeyboardArrowDown'; | |||
import { Fab, Grid, Typography, Link } from '@material-ui/core'; | |||
import useSiteMetadata from '../../hooks/use-site-metadata'; | |||
import DynamicBackgroundContainer from '../DynamicBackgroundContainer'; | |||
import DynamicBackgroundContainer from '../DynamicBackgroundContainer.jsx'; |
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.
We don't need .jsx
in imports. Let's remove in this case.
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.
Line 7, linter was yelling about this. 🤷♂️.
[theme.breakpoints.between('xs', 'sm')]: { | ||
left: '55%', | ||
right: theme.spacing(4), |
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.
I think we missed a rebase commit here where you should have accepted remote 😄 d2b2e08, this would undo the commit that was previously done.
@@ -219,7 +219,7 @@ export default function Banner() { | |||
<Grid | |||
container | |||
spacing={0} | |||
direction="row" | |||
direction="column" |
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.
Same comment as above, this undoes recent commit d2b2e08.
Okay. I will work on it. Thanks. |
@raygervais Now our banner is the same. |
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.
I leave a telescope tab running all the time, so I can't wait to have this bug fixed!
Issue This PR Addresses
Fixes #1078
I believe now it is rebased and good to go.
Thanks.
Type of Change
Description
Checklist