-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jordan Witte
authored and
Jordan Witte
committed
Jan 30, 2024
1 parent
b98f772
commit e2c0185
Showing
1 changed file
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; |