-
Notifications
You must be signed in to change notification settings - Fork 16
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
[Issue #3289] content cleanup #3382
Conversation
c3387a9
to
c98e18a
Compare
c98e18a
to
eb03abe
Compare
(chunks: ReactNode) => ( | ||
<Link | ||
target="_blank" | ||
className="usa-link--external text-bold" |
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.
the github links are bold but the other links on the page aren't. Not sure this is an issue with the branch not being rebased or not, but it looks a bit weird as is
@@ -11,4 +13,11 @@ describe("Process Content", () => { | |||
|
|||
expect(ProcessH1).toBeInTheDocument(); | |||
}); | |||
it("github link", () => { |
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.
can you make this test more descriptive? maybe gitHubIssueLink renders a component with correct props
? This could also be rewritten to look at the href on the node, which would be slightly more helpful
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.
I updated it
Co-authored-by: doug-s-nava <[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.
✅ ✅ ✅ ✅
Summary
Fixes #3289
Time to review: 2 mins
Changes proposed
Small changes from previous PR:
gitHubIssueLink()
function