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

[Issue #3289] content cleanup #3382

Merged
merged 7 commits into from
Jan 10, 2025
Merged

Conversation

acouch
Copy link
Collaborator

@acouch acouch commented Jan 2, 2025

Summary

Fixes #3289

Time to review: 2 mins

Changes proposed

Small changes from previous PR:

  • gitHubIssueLink() function
  • bold weight for links
  • order of list

@acouch acouch changed the title [Issue #3289]: content cleanup @acouch [Issue #3289]: content cleanup Jan 2, 2025
@acouch acouch force-pushed the acouch/issue-3289-content-cleanup branch from c3387a9 to c98e18a Compare January 2, 2025 17:12
@acouch acouch changed the title [Issue #3289]: content cleanup [Issue #3289] content cleanup Jan 2, 2025
@acouch acouch force-pushed the acouch/issue-3289-content-cleanup branch from c98e18a to eb03abe Compare January 3, 2025 17:47
(chunks: ReactNode) => (
<Link
target="_blank"
className="usa-link--external text-bold"
Copy link
Collaborator

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

frontend/src/app/[locale]/process/ProcessNext.tsx Outdated Show resolved Hide resolved
@@ -11,4 +13,11 @@ describe("Process Content", () => {

expect(ProcessH1).toBeInTheDocument();
});
it("github link", () => {
Copy link
Collaborator

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I updated it

Copy link
Collaborator

@doug-s-nava doug-s-nava left a comment

Choose a reason for hiding this comment

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

✅ ✅ ✅ ✅

@acouch acouch merged commit 209985d into main Jan 10, 2025
10 checks passed
@acouch acouch deleted the acouch/issue-3289-content-cleanup branch January 10, 2025 20:08
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.

Implement Simpler.Grants.gov Static Updates
2 participants