Skip to content

Commit

Permalink
Merge pull request #1720 from wittejm/jw/remove-WorkSource-from-provi…
Browse files Browse the repository at this point in the history
…ders

remove WorkSource from partners
  • Loading branch information
wittejm authored Jan 31, 2024
2 parents b98f772 + 67b19dc commit be95a5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 142 deletions.
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;

0 comments on commit be95a5d

Please sign in to comment.