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

remove WorkSource from partners #1720

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
129 changes: 0 additions & 129 deletions src/frontend/src/components/App/__snapshots__/App.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1600,135 +1600,6 @@ Array [
</a>
</div>
</li>
<li
className="bt bw2 b--lightest-blue1"
>
<button
aria-controls="accordion-panel-WorkSource Oregon"
aria-expanded={false}
className="flex-ns w-100 relative navy hover-blue pv3 ph3"
onClick={[Function]}
onKeyDown={[Function]}
>
<span
className="w-70 db pr3 mb2 mb0-ns"
>
WorkSource Oregon
</span>
<span
className="w-30 pr3"
>
Roseburg
</span>
<span
className="absolute top-0 right-0 pt3 ph3"
>
<span
aria-hidden="true"
className="pt0 pl0 fas fa-angle-down"
/>
</span>
</button>
<div
className="bl bw2 f5 b--blue pv3 ph3 mb3 ml3"
hidden={true}
id="accordion-panel-WorkSource Oregon"
>
<ul
className="list mb2"
>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Locations
</span>
<span>
Southern Oregon
</span>
</li>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Income Restrictions
</span>
<span>
None
</span>
</li>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Analysis Cost
</span>
<span>
Free
</span>
</li>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Paperwork Cost
</span>
<span>
Free
</span>
</li>
</ul>
<p
className="mw6 lh-copy mb3"
>
The majority of court fees are subject to waiver for income-qualified individuals who complete the waiver form.

<a
className="link hover-blue bb"
href="/manual#filepaperwork"
onClick={[Function]}
>
Learn More
</a>
</p>
<hr
className="bt b--black-05 mb3"
/>
<p
className="fw6 mb3"
>
Contact
</p>
<ul
className="list mb3"
>
<li
className="mb3"
>
Therese Roche
</li>
<li
className="mb3"
>
[email protected]
</li>
</ul>
<a
className="link hover-blue bb"
href="https://worksourceoregon.org/"
>
https://worksourceoregon.org/
</a>
</div>
</li>
</ul>
</div>
<span
Expand Down
13 changes: 0 additions & 13 deletions src/frontend/src/components/PartnerTable/currentPartners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,6 @@ const currentPartners = [
contacts: ["Drew Hastings", "[email protected]"],
website: "https://www.linnbenton.edu",
},
{
details: [
["Locations", "Southern Oregon"],
["Income Restrictions", "None"],
["Analysis Cost", "Free"],
["Paperwork Cost", "Free"],
],
name: "WorkSource Oregon",
area: "Roseburg",
instructions: "Contact",
contacts: ["Therese Roche", "[email protected]"],
website: "https://worksourceoregon.org/",
},
];

export default currentPartners;
Loading