-
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
Added story for DocLink component [resolves #14595] #14630
Added story for DocLink component [resolves #14595] #14630
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Thanks @alexandriaroberts! Left one note about placement of the story, otherwise this looks great to me!
Co-authored-by: Paul Wackerow <[email protected]>
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.
Great! Thank you @alexandriaroberts!
@all-contributors can you add @alexandriaroberts for code |
I've put up a pull request to add @alexandriaroberts! 🎉 |
Congrats, your important contribution to this open-source project has earned you a GitPOAP! Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team. GitPOAP: 2025 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Created story tests for the DocLink component
Description
Move /src/components/DocLink.tsx to /src/components/DocLink/index.tsx
Fix any filepath changes to imports for the DocLink component
Create story file /src/components/DocLink/DocLink.stories.tsx
Writes story testing render of DocLink component in context of use
Related Issue
Closes #14595