-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Fix Logo Alignment in Sponsor Section #7568
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
Conversation
Someone is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
d48f769
to
3fd9bb9
Compare
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.
Not necessary
src/components/Support/Support.scss
Outdated
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.
100px may be too much on small devices ? Maybe try a responsive width too
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.
ok
@wneel can you review again 2025-03-10.11-13-12.mp4 |
yarn.lock
Outdated
"@octokit/openapi-types" "^22.2.0" | ||
|
||
"@octokit/types@^13.6.2", "@octokit/types@^13.7.0": | ||
"@octokit/types@^13.0.0", "@octokit/types@^13.5.0", "@octokit/types@^13.6.2", "@octokit/types@^13.7.0": |
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.
Please remove changed from this file, thank you
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.
@alexander-akait i removed my changes please review it
8b233d8
to
3b8f033
Compare
src/components/Support/Support.jsx
Outdated
@@ -276,6 +276,7 @@ export default class Support extends Component { | |||
*/ | |||
_handleImgError(e) { | |||
const imgNode = e.target; | |||
console.error('Image failed to load:', imgNode.src); |
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.
@saurabh007007 Why we need it?
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.
It not need in production actually i was testing i will remove it now
5a8af91
to
2d3cf63
Compare
/cc @snitin315 |
@alexander-akait @wneel i have been loooking for the update |
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.
LGTM, thanks!
describe your changes...
The sponsor Section was change where the logo are not aligned properly .
Previous Look (Before Changes):
Current Look (After Changes):
Files Modified:
Support.jsx
Support.scss
Fix Implemented:
Support.scss
to ensure logos are aligned properly.Support.jsx
to maintain a consistent layout.Please review the changes and let me know if any improvements are needed.