Skip to content

Commit

Permalink
Merge pull request #1762 from wittejm/update-code-for-pdx-links-to-co…
Browse files Browse the repository at this point in the history
…de-pdx-2

update code for pdx links to code pdx 2
  • Loading branch information
wittejm authored Nov 20, 2024
2 parents ee0ba7e + d644aba commit fee9771
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`renders correctly 1`] = `
<p
className="f4 lh-copy"
>
RecordSponge is a collaboration between Code for PDX and Qiu-Qiu Law. This project is an entirely volunteer effort and is part of the open tech group Code for PDX, a brigade of Code for America.
RecordSponge is a collaboration between Code PDX and Qiu-Qiu Law. This project is an entirely volunteer effort and is part of the open tech group Code for PDX, a brigade of Code for America.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/components/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class About extends React.Component {
expungement process in Oregon.
</h1>
<p className="f4 lh-copy">
RecordSponge is a collaboration between Code for PDX and Qiu-Qiu
RecordSponge is a collaboration between Code PDX and Qiu-Qiu
Law. This project is an entirely volunteer effort and is part of
the open tech group Code for PDX, a brigade of Code for America.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/components/App/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe("App routing", () => {
["/fill-expungement-forms", "this will fill and download"],
["/partner-interest", "made for organizations to become expungement"],
["/accessibility-statement", "committed to ensuring digital"],
["/about", "collaboration between Code for PDX"],
["/about", "collaboration between Code PDX"],
["/foo", "winner"],
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ Array [
className="link bb hover-dark-blue"
href="http://www.codepdx.org"
>
Code for PDX
Code PDX
</a>
and
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/components/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class Landing extends React.Component {
className="link bb hover-dark-blue"
href="http://www.codepdx.org"
>
Code for PDX
Code PDX
</a>{" "}
and{" "}
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ exports[`renders correctly 1`] = `
<a
className="bb hover-blue"
href="https://brigade.codeforamerica.org/brigades/Code-for-PDX"
href="https://www.codepdx.org"
>
Code for PDX
Code PDX
</a>
and
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/components/Manual/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class Manual extends React.Component {
collaboration between{" "}
<a
className="bb hover-blue"
href="https://brigade.codeforamerica.org/brigades/Code-for-PDX"
href="https://www.codepdx.org"
>
Code for PDX
Code PDX
</a>{" "}
and{" "}
<a className="bb hover-blue" href="https://www.qiu-qiulaw.com">
Expand Down

0 comments on commit fee9771

Please sign in to comment.