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

update code for pdx links to code pdx 2 #1762

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading