Skip to content
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

Website: increase the clickable area for the sponsors image #3889

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

Betree
Copy link

@Betree Betree commented Feb 8, 2024

Motivation

The clickable area for the sponsor's image didn't fit the image, making it difficult to click on it or on the "Become a Backer" button.

image

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

I tried to run the website locally, but got this error:

[ERROR] Invalid docusaurus-theme-live-codeblock version 2.2.0.
All official @docusaurus/* packages should have the exact same version as @docusaurus/core (2.3.0).

After updating the version to 2.3.0, I got rid of the error, but the local URL still wasn't responding. I did not have the time to investigate further, so I only tested by changes directly in the developer tools.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

@Betree Betree changed the base branch from next to patch February 8, 2024 17:54
@Betree Betree changed the base branch from patch to next February 8, 2024 17:54
@@ -30,7 +31,7 @@ export const OpenCollective: React.FC<{}> = () => (
<h3>Sponsors</h3>
<p className="p--desc ">
Become a sponsor and get your logo on our README on GitHub with a
link to your site.
link to your site.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this one on purpose:
image

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.

None yet

1 participant