-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Changed the Twitter logo #9854
Changed the Twitter logo #9854
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
components/ContributorsGrid.js
Outdated
@@ -138,7 +138,6 @@ const ContributorsGrid = ({ | |||
}) => { | |||
const maxNbRows = maxNbRowsForViewports[viewport]; | |||
const [nbCols, nbRows] = getItemsRepartition(contributors.length, width, maxNbRows); | |||
|
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.
This change shouldn't be there either. I strongly recommend looking into https://jwiegley.github.io/git-from-the-bottom-up/1-Repository/8-interactive-rebasing.html, you'll save yourself a lot of energy
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.
@Betree I have made the changes. And thanks for the resource that you shared.
5caf81d
to
a9cec05
Compare
I haven't tried locally, but this crashes the homepage on Vercel: https://opencollective-frontend-git-fork-mayasati-72655d-opencollective.vercel.app.
|
@Betree I found this phosphor-icons/react#45 (comment) and tried to make the changes accordingly. It was working fine locally but can you check if this resolves the error |
Still getting the same issue |
@Betree what should I do to remove this error? Should I use a different library instead of react-simple-icons? |
I have no clue on how to resolve this, and the resolution of this issue is not a priority so I can't invest time in researching solutions. If you don't have the time to research it yourself, I suggest closing the PR and moving on to something more straightforward. |
@Betree can I use react-icons https://www.npmjs.com/package/react-icons instead of react-simple-icons? |
I don't have the bandwidth to research and decide on an icon library. I suggest closing the PR if we can't make it work with the initial specs. |
@Betree I will look again for a solution. Please do not close this issue till then. |
@Betree Can you check it now? |
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.
This seems to work; thanks for iterating @MayaSatishRao!
The last thing we must do is rebase the PR on main
to solve the conflicts.
@Betree Do I need to perform rebase to solve conflict? |
If you're not comfortable with it, I can take care of that part |
Can you please do the rebase part? I'm not sure on how to do this |
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.
@MayaSatishRao Your fix doesn't seem to work with the latest version of @icons-pack/react-simple-icons
Resolved in #10810 |
Resolve opencollective/opencollective#7195
Description
New Twitter (X) logo is added in the footer and header of open collective page
Screenshots