ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
4.93k stars 4.69k forks source link

Crowdfunding Dapps Button broke on Defi Page #3600

Closed minimalsm closed 2 years ago

minimalsm commented 2 years ago

Describe the bug On the DeFi learn page the 'See crowdfunding dapps' button is completely non functional for me. Clicking does nothing, no re-direct and no hover effects.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://ethereum.org/en/defi/'
  2. Scroll down to 'Fund your ideas section'
  3. Click on 'See crowdfunding dapps' button
  4. See error

Expected behavior

Screenshots 9a3bc01d0bad7e8c293f482b2bbc157d

Desktop (please complete the following information):

Additional context

At a glance it doesn't appear different to buttons that are working?

Broken Button

<ButtonLink to="/dapps/?category=finance">See crowdfunding dapps</ButtonLink>

Working Button

<ButtonLink to="/dapps/?category=finance">See investment dapps</ButtonLink>

Want to contribute?

We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.

JaredFlomen commented 2 years ago

Seems to be a css issue with Header4 (the styled h4) . More buttons with the bug on the defi page as well. I'll have a PR momentarily for the fix.