-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Bug report: remove date from whitepaper page #13645
Comments
I solve it, assign it to me please |
assigned, thank you! |
I could not find the 'whitepaper' page, to remove the date, need help😅 |
https://ethereum.org/en/whitepaper/ or do you mean in repo? |
Yes, in the main repository where I have to fix the issue, from the repo I get the idea of working, that the whitepaper pdf or json is fetched on the hero section of WhitePaper. |
cc @wackerow @pettinarip for help |
Hey @gks2022004 The area where this is rendered can be found here ethereum-org-website/src/layouts/Static.tsx Line 125 in 0e37f74
I think all that needs to be done is conditionally render this where if the slug is /whitepaper it isnt rendered, otherwise render. |
Thanks, for the help |
@wackerow @konopkja @minimalsm |
fix: Remove date from whitepaper page #13645
Describe the bug
We have a date component that showcases when was a page last edited, however on whitepaper page this may be confusing to users leading them to believe the whitepaper has been updated with new information.
THerefore we should remove the component from this page.
To reproduce
Expected behavior
remove date (OR instead hard code static date of when the whitepaper has been published.)
Screenshots
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
No response
Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: